Description Usage Arguments Details Value
View source: R/bam2fragCounts.R
BamToFragCounts generates read counts per GATC fragment for a set of bam files.
1 2  | Bam2FragCounts(meta.data, bam.dir, GATC.fragments, maxgap = 0, shift = 0,
  VERBOSE = FALSE, addToName = "")
 | 
meta.data | 
 Data frame.  | 
bam.dir | 
 Character, directory which contains the bamfiles.  | 
GATC.fragments | 
 GRanges object with GATC regions.  | 
maxgap | 
 Integer, maximum allowed gap between read alignment position and GATC position.  | 
shift | 
 Integer, exact number of bases by which reads are shifted before comparing to GATC position.  | 
VERBOSE | 
 Logical, print diagnostic msgs [default = FALSE].  | 
addToName | 
 Character, string which is added to the chromosome names read from the bamfile  | 
extended description of function
GRanges object; granges specify genomic GATC fragments, mcols specify readcounts (forw/rev/both) per sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.