View source: R/post-processing.R
parseContributingGenes | R Documentation |
Parse contributing genes from the CAMERA output file
parseContributingGenes(str)
str |
Character string, containing contributing genes |
A list of data.frames
, each containing two columns,
Gene
and Stat
parseContributingGenes("AKR1C4(-1.25), AKR1D1(-1.11)")
parseContributingGenes(c("AKR1C4(-1.25), AKR1D1(-1.11)",
"AKT1(1.24), AKT2(1.11), AKT3(1.05)"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.