| splitReads | R Documentation | 
This will take phased info for each haplotype and will split directional reads of each single cell into haplotype specific reads
splitReads(
  data.object = NULL,
  inputfolder = inputfolder,
  pairedEndReads = FALSE,
  min.mapq = 10,
  filterAltAlign = TRUE
)
| data.object | containing sorted and filtered watson and crick haplotypes of each single cell along with phase info | 
| inputfolder | Path to the bam files to process | 
| pairedEndReads | Set to  | 
| min.mapq | Minimum mapping quality when importing from BAM files. | 
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.