View source: R/get_splicedReads.R
get_SRcount | R Documentation |
Extract splice junction counts from BAM files for the provided regions.
get_SRcount(BAMfiles, caseIDs = NULL, regions = NULL, print.proc = FALSE)
BAMfiles |
a list of BAM file names |
caseIDs |
a list of case IDs in order of BAMfiles |
regions |
genomic regions to read formatted as "chr1:1-100,200-300:+". See also |
regions="chr1:1-100,200-300:+" start_time = Sys.time() countPileup = read_SRcount(BAMfiles=BAMfiles,caseIDs=caseIDs,regions=regions) end_time = Sys.time() end_time - start_time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.