Description Usage Arguments Value
Perform stranded Bin counts
1 2 3 4 5 6 7 8 9  | strandBinCounts(
  bam.files,
  restrictChrs,
  bam_param,
  bp_param,
  window_size,
  sliding = FALSE,
  func
)
 | 
bam.files | 
 character vector. BAM files to use  | 
restrictChrs | 
 character vector. chromosomes to use  | 
bam_param | 
 ScanBAMParams  | 
bp_param | 
 BPPARAM  | 
window_size | 
 integer. size of window to use  | 
sliding | 
 logical. perform sliding window counts?  | 
func | 
 function to preprocess reads  | 
RangedSE object with forward and reverse strand counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.