Learn R Programming

rnaSeqMap (version 2.30.0)

buildDGEList: buildDGEList - create DGEList (edgeR)

Description

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

Usage

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

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

See Also

buildDESeq

Examples

Run this code
#  if (xmapConnected())  
#  {
#    data(sample_data_rnaSeqMap)
#    gg <- names(rs.list)
#    cds <- buildDGEList(gg,1:6, c("a","b","b","a","a","b"))
#  }

Run the code above in your browser using DataLab