buildDGEList: buildDGEList - create DGEList (edgeR)

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pipelines.R

Description

Creates DGEList from the data in the database using the list of genes supplied - for further analysis with edgeR

Usage

1
buildDGEList(genes,exps,conds=NULL)

Arguments

genes

vector of Ensembl gene IDs

exps

vector of experiments

conds

Vector of experimental condition descriptions for the samples

Value

DGEList object filled with the data of gene-level counts of reads

Author(s)

Michal Okoniewski, Anna Lesniewska

See Also

buildDESeq

Examples

1
2
3
4
5
6
#  if (xmapConnected())  
#  {
#    data(sample_data_rnaSeqMap)
#    gg <- names(rs.list)
#    cds <- buildDGEList(gg,1:6, c("a","b","b","a","a","b"))
#  }

rnaSeqMap documentation built on Nov. 8, 2020, 5:50 p.m.