Description Usage Arguments Value
View source: R/quantifyExpressionsFromBWs.R
Given a TranscriptDb object and a list of bigWig (BW) files "quantifyExpressionsFormBWs" evaluates exons and introns expressions and the associated variances per each gene.
1 2 3 4 5 6 7 8 9 10 11 |
txdb |
A TranscriptDB object |
BWfiles |
A vector of paths |
experimentalDesign |
A numerical which reports the desing of the experiment in terms of time points and replicates. Time points must be ordered according to the sequence of files submitted for the analysis, these labels characterize different files as replicates of a given condition. |
readLength |
A numerical that indicates the read length of the RNA-seq experiment. Used to normalize the coverage. By default, 50. |
by |
A character, either "gene" or "tx", indicating if expressions and counts should be summarized at the levels of genes or transcripts. "gene" by default. In case "tx" is selected, we suggest to set argument "allowMultiOverlap" to TRUE, otherwise the reads mapping to overlapping transcripts of the same gene will remain unassigned. |
libsize |
A character, either "assigned" or "all", indicating whether the libsize for expression normalization should include all mapped reads or only the reads assigned to any of the features. By default, "assigned" is selected. |
DESeq2 |
A logical, if TRUE exons and introns variances are evaluated through the package DESeq2, if FALSE through plgem |
varSamplingCondition |
A character reporting which experimental condition should be used to sample the variance if DESeq2 = FALSE. |
BPPARAM |
Parallelization parameters for bplapply. By default SerialParam() By default, the first element of "experimentalDesign" with replicates. |
A list containing expressions and associated variances for exons and introns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.