Description Usage Arguments Value Author(s) References Examples
Create a container for read counts, a bigmatrix instance.
1 |
bfl |
a BamFile or BamFileList object |
txdb |
a reshaped ( |
sample.names |
Optional. Character vector of sample names, i.e. counts matrix column names |
fileName |
Optional. File name for bigmatrix description file |
rootpath |
Optional. Path to where to store the description file |
An object of class seqCounts
.
Stefano Calza <stefano.calza@unibs.it>, Chen Suo, Agus Salim and Yudi Pawitan
Suo C, Calza S, Salim A, Pawitan Y. Joint estimation of isoform expression and isoform-specific read distribution using multisample RNA-Seq data. Bioinformatics. 2014 Feb 15;30(4):506-13
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
library(RNAseqData.HNRNPC.bam.chr14)
data("TxDb")
bflist <- BamFileList(RNAseqData.HNRNPC.bam.chr14_BAMFILES,asMates=TRUE)
seqObj <- setCounts(bflist,txdb,fileName='test')
param <- SerialParam()
doCounts(seqObj,mcpar=param)
bigM <- getCounts(seqObj)
allCounts <- as.matrix(bigM)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.