Description Usage Arguments Details Value Examples
Calculate pileup for a BAM file.
| 1 2 3 4 5 6 7 8 9 | 
| ... | Additional parameters passed to  | 
| bamfile | < | 
| reffile | < | 
| readtype | < | 
| pParam | A  | 
Returns a pileup object:
A list with slots:
<character>; Path to the bamfile used to construct the pileup
<character>; Path to the reference used to construct the bamfile
<character>; Name of the reference
<character>; One of "illumina", "pacbio", or "nanopore"
A PileupParam object
A tbl_df with colums:
<character>; The RNAME field
<integer>; Genomic position of base
<character>; Base
<integer>; Count of base
<consmat>; The consensus matrix
<character>; (optional) names of n top-scoring reads
<list>; Run statistics
A pileup object. See Details.
| 1 | ###
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.