# HG changeset patch # User artbio # Date 1561374990 14400 # Node ID 5e4ec939752848e6a1a66f879ad729900d2120cd # Parent 71e3b222516a896e3f67bd29f55c952fa222d882 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_high_dimension_visualization commit 70c7abb20f76651e61325e3aa90809f6874f8b85 diff -r 71e3b222516a -r 5e4ec9397528 high_dim_visu.R --- a/high_dim_visu.R Sun Jun 23 12:23:51 2019 -0400 +++ b/high_dim_visu.R Mon Jun 24 07:16:30 2019 -0400 @@ -228,6 +228,7 @@ rownames(contrasting_factor) <- contrasting_factor[,1] contrasting_factor <- contrasting_factor[colnames(data),] colnames(contrasting_factor) <- c("id","factor") + contrasting_factor$factor <- as.factor(contrasting_factor$factor) factorColors <- with(contrasting_factor, data.frame(factor = levels(factor), diff -r 71e3b222516a -r 5e4ec9397528 high_dim_visu.xml --- a/high_dim_visu.xml Sun Jun 23 12:23:51 2019 -0400 +++ b/high_dim_visu.xml Mon Jun 24 07:16:30 2019 -0400 @@ -1,4 +1,4 @@ - + from highly dimensional expression data r-optparse