Description Usage Arguments Value Author(s) Examples
Accessors for ASpliDU object
1 2 3 | genesDE(x)
binsDU(x)
junctionsDU(x)
|
x |
An ASpliDU object |
Returns dataframes with genomic metadata and logFC and pvalue
Estefania Mancini, Marcelo Yanovsky, Ariel Chernomoretz
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 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);
group <- factor(c(rep("CT",4),rep("KD",4)))
pair <- c("CT","KD")
du <- DUreport(counts, targets, pair, group)
genesDE(du)
binsDU(du)
junctionsDU(du)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.