Description Usage Arguments Value Examples
View source: R/rna_seq_add_functions_for_package.R
function, which parse myrun_edgeR results into a collectResults list and creates folders for edgeR results
1 | parseEdgeRRes(cmp,myRes,collectResults=collectResults,padj =padjDEgenes ,lfc=lFCDEgenes, baseDir=baseDir)
|
cmp |
= character matrix, contrasts defined in two columns |
collectResults |
= list, with results of myRun_edgeR |
baseDir |
= path, work directory |
myRes |
= list, containing ojects out of myRun_edgeR |
padj |
= global enviromnent threshhold for padj-value |
lfc |
= global enviromnent threshhold for log2foldchange-value |
list
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.