read_BAM | R Documentation |
Get coverage pileup from BAM files for the provided regions.
read_BAM( BAMfiles, caseIDs = NULL, gaf = NULL, symbol = NULL, regions = NULL, outputType = "part_intron", strand.specific = FALSE, ... )
BAMfiles |
a list of BAM file names |
caseIDs |
a list of case IDs in order of BAMfiles |
symbol |
a gene symbol (gene name) |
regions |
genomic regions to read formatted as "chr1:1-100,200-300:+". See also |
outputType |
type of intronic region that will be included in output, with choices "whole_intron", "part_intron", or "only_exon"; the second is the default. |
strand.specific |
indicator to get only "+" strand pileup |
regions="chr1:1-100,200-300:+" start_time = Sys.time() countPileup = read_BAM(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.