Codeplot
edgeR
Introduction

Differential expression analysis of digital gene expression data by edgeR

Script
Input
Task nameAttribute nameTypeDescription
* GetDegByedgeR qual_fileFile Transcriptome quantitative file in csv or xlsx format.
* GetDegByedgeR group_fileFile group file, which can be a CSV or xlsx format, must contain two columns: sample and group. The name of sample must exist in the quantitative file
* GetDegByedgeR gene_colname_wString Column name of gene ID in quantitative file
* GetDegByedgeR compare_groups_wArray[String] Groups that need to be compared are connected with "- vs -" between the comparison groups,such as ["DE-VS-ES", "DE-VS-GT"]
* GetDegByedgeR scatter_number_tmpInt Number of sample groups shown in the picture
* GetDegByedgeR qvalue_tmpFloat value of q-value
* GetDegByedgeR foldchange_tmpInt value of foldchange that is a measure describing how much a quantity changes between an original and a subsequent measurement
* GetDegByedgeR do_merge_tmpBoolean if 'true' ,merge all quantitative file
Output
Task nameAttribute nameTypeDescription
* GetDegByedgeR tot_csvFile total Quantitative file, Return the output file to the column name of the corresponding table by this.xxx
* GetDegByedgeR scat_file_wFile picture of relationship between samples,, Return the output file to the column name of the corresponding table by this.xxx
* GetDegByedgeR mscal_file_wFile Return the output file to the column name of the corresponding table by this.xxx
* GetDegByedgeR bcv_file_wFile Return the output file to the column name of the corresponding table by this.xxx
* GetDegByedgeR mv_file_wFile Return the output file to the column name of the corresponding table by this.xxx
* GetDegByedgeR sm_files_wFile Return the output file to the column name of the corresponding table by this.xxx
* GetDegByedgeR vol_files_wFile Return the output file to the column name of the corresponding table by this.xxx
* GetDegByedgeR diff_files_wFile Return the output file to the column name of the corresponding table by this.xxx