| read.bams | R Documentation | 
Use most of'StefansExpressionSet'functionallity with minor changes to NGS data (like normalizing)
This package is mainly meant to plot the data - all important quantification or gene
annotation is performed using DEseq functionallity. Read a set of bam files and perform
the quantification (better do that without using this function!)
read.bams(bamFiles, annotation, GTF.featureType = "exon",
  GTF.attrType = "gene_id", isPairedEnd = FALSE, nthreads = 2,
  as.obj = F)
| bamFiles | a file containing one file name per line | 
| annotation | the gene level annotation to use | 
| as.obj | if true return the couts object instead of a matrix (default =F) | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.