Description Usage Arguments Value
View source: R/Estim_readCounting.R
This function counts reads overlapping independent introns intervals using ['Rsubread::featureCount()']. These counts will be merged to intron intervals provided in file "curated_introns.txt".
1 | appendIntronicCounts(bamFile, saveDir, libraryType, verbose = FALSE)
|
bamFile |
Path to read alignments in a bam file. |
saveDir |
Name for the Project Directory will be saved. The directory should contain a file "curated_introns.txt", as output by function ['curateIntrons()']. |
libraryType |
Read type. Either "SE" (single-end) or "PE" (paired-end) |
verbose |
logical indicating if verbose information for ['featureCount()'] debugging will be generated. |
Intron read counts in a file names "intronic_counts.txt", saved in directory saveDir
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.