View source: R/exportConsensus.R
exportConsensus | R Documentation |
This funcion will load sorted watson and crick matrices and will collapsed them in order to obtain consensus string of each matrix
exportConsensus(data.bases, data.quals, min.cov = 2, translateBases = FALSE)
min.cov |
dtermines minimal number of cells covering each position to consider in consensus |
translateBases |
translates integer coded bases (1,2,3,4) into letters (A,C,G,T) |
data.object |
containing sorted watson and crick haplotypes of each single cell |
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.