Description Usage Arguments Value
This function generate n-mer bias tables from a given BAM file. If the mappability files directory is given, mappability is used to generate the bias table. The Reference genome must be given to run this function.
1 2 3 4 5 6 7 8  | MakeBiasCorrectionTableBAM(
  bamfile = "",
  outfile = "",
  refgenome = "",
  np = 6,
  mapdir = "",
  atac = F
)
 | 
bamfile | 
 Path to the input bam file  | 
outfile | 
 Output Filename  | 
refgenome | 
 Reference genome, eg) "mm9", "hg19"  | 
np | 
 Number of base pairs, 2 = dimer, 4 = tetramer, 6 = hexamer (default)  | 
mapdir | 
 Directory to the mappability files  | 
atac | 
 Logical, T for ATAC-seq data  | 
Output Filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.