# HG changeset patch # User spficklin # Date 1574328360 0 # Node ID 75b87f1278a20d66e92b603d74c51215f90bdca5 # Parent 3a7b350927d51fc668a231047af390999ea0c733 Uploaded diff -r 3a7b350927d5 -r 75b87f1278a2 aurora_wgcna.xml --- a/aurora_wgcna.xml Thu Nov 21 09:25:42 2019 +0000 +++ b/aurora_wgcna.xml Thu Nov 21 09:26:00 2019 +0000 @@ -7,8 +7,11 @@ r-getopt r-rmarkdown r-plyr - r-dt + r-dt r-htmltools + r-ggplot2 + r-reshape2 + r-caret r-wgcna @@ -34,9 +37,15 @@ -s $min_cluster_size -b $block_size -j $hard_threshold - #if $trait_data - -t $trait_data - -c $sname_col + #if $trait_info.trait_data + -t $trait_info.trait_data + -c $trait_info.sname_col + #if $trait_info.one_hot_cols + -y $trait_info.one_hot_cols + #end if + #if $trait_info.ignore_cols + -x $trait_info.ignore_cols + #end if #end if #if $height_cut -h $height_cut @@ -52,6 +61,7 @@ -m $module_association_file -q $module_association_report -r $network_construction_report + -i $missing_value ]]> @@ -64,6 +74,14 @@ help="The gene expression data is an n x m matrix where n rows are the genes, m columns are the samples and the elements represent gene expression levels (derived either from Microarray or RNA-Seq). The matrix should be stored in a comma-separated (CSV) file and it must have a header. The gene names must appear as the first column of data in the file." /> + - - +
+ + + + +