Description Usage Arguments Value See Also
View source: R/Estim_readCounting.R
This function computes a bootstrap estimate of gene expression by using exon-exon junction counts. It is not intended to be used alone, but as a part of the IRratio2 estimation procedure, wrapped in function ['computeIRratio2()'].
1 2 3 4 5 6 7 | bootstrapJunctionCounts(
bamFile,
saveDir,
libraryType,
nboot = 100,
verbose = FALSE
)
|
bamFile |
Path to read alignments in a bam file. |
saveDir |
Working project directory. |
libraryType |
Type of the library of RNA-seq data. Either "SE" (single-end) or "PE" (paired-end). |
nboot |
Number of bootstrap sample to draw (Default: 100). |
verbose |
logical indicating if verbose information for ['featureCount()'] debugging will be generated. |
Create several files with bootstrap results
['featureCount()'], ['computeIRratio2()']
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.