parseEdgeRRes: parseEdgeRRes

Description Usage Arguments Value Examples

View source: R/rna_seq_add_functions_for_package.R

Description

function, which parse myrun_edgeR results into a collectResults list and creates folders for edgeR results

Usage

1
parseEdgeRRes(cmp,myRes,collectResults=collectResults,padj =padjDEgenes ,lfc=lFCDEgenes, baseDir=baseDir)

Arguments

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

Value

list

Examples

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)
{
  }

MarianoRuzJurado/RNASeq documentation built on Feb. 5, 2020, 8:46 p.m.