assembleHaps | R Documentation |
This will take sorted matrices and will calculate concordance of each single cell to the consensus haplotypes in order to assemble highly accurate haplotypes
assembleHaps(data.object, translateBases = FALSE, concordance = 0.9)
data.object |
containing sorted watson and crick haplotypes of each single cell |
translateBases |
translates integer coded bases (1,2,3,4) into letters (A,C,G,T) |
concordance |
Level of agreement between single cell and consensus haplotypes |
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.