Description Usage Arguments Value Examples
Filter junctions based on their expression. Returns output object for DJEanalize
1 2 3 4 5 6 7 8 | DJEprepare(
annotate.out,
Group1,
minMean = 10,
maxMean = Inf,
minVar = 0,
maxVar = Inf
)
|
annotate.out |
output object from DJEannotate() |
Group1 |
vector or factor specifying sample names in the control group |
minMean |
numeric: minimum of read count mean per junction |
maxMean |
numeric: maximum of read count mean per junction |
minVar |
numeric: minimum of read count variance per junction |
maxVar |
numeric: maximum of read count variance per junction |
List object containing expression-based filtered junction counts, gene annotation and design matrix for differential expression analysis
1 2 3 4 | DJEann <- system.file("extdata", "DJEann.rds", package = "DJExpress")
ann.out <- readRDS(DJEann)
Group1 <- colnames(ann.out$quant.annotated)[grep("GTEx", colnames(ann.out$quant.annotated))]
prep.out <- DJEprepare(ann.out, Group1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.