| loadMatrices | R Documentation | 
This funcion will read in partial single cell haplotypes into two parallel matrices separately for Watson and Crick reads
loadMatrices(
  inputfolder = NULL,
  positions = NULL,
  WCregions = NULL,
  pairedEndReads = FALSE,
  min.mapq = 10,
  min.baseq = 30
)
| inputfolder | Path to the bam files to process | 
| positions | Filename with listed position of SNVs for given chromosome (format: chrName SNVpos). | 
| WCregions | Filename of all WC region for a given chromosome (format: chrName:Start:End:FileName). | 
| pairedEndReads | Set to  | 
| min.mapq | Minimum mapping quality when importing from BAM files. | 
| min.baseq | Minimum base quality to consider a base for phasing. | 
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.