Description Usage Arguments Value Author(s) Examples
Accessors for ASpliCounts object
1 2 3 4 5 6 7 |
x |
An ASpliCounts object |
Returns dataframes with counts by sample and genomic metadata
Estefania Mancini, Marcelo Yanovsky, Ariel Chernomoretz
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | chr14 <- system.file("extdata","chr14.sqlite", package="ASpli")
genome <- loadDb(chr14)
features <- binGenome(genome)
library(RNAseqData.HNRNPC.bam.chr14)
targets <- data.frame(bam=RNAseqData.HNRNPC.bam.chr14_BAMFILES,
condition=c(rep("CT",4),rep("KD",4)))
bam <- loadBAM(targets)
counts <- readCounts(features, bam, l=100L, maxISize=50000);
countsb(counts)
countse1i(counts)
countsg(counts)
countsie2(counts)
countsj(counts)
rdsg(counts)
rdsb(counts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.