View source: R/compareSingleCellHaps.R
compareSingleCellHaps | 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
compareSingleCellHaps(
consensusHaps = NULL,
sortedHaps = NULL,
bin.size = 10,
step = 1
)
consensusHaps |
A |
sortedHaps |
A |
bin.size |
A size of the window measured in number of SNV to scan single cell haplotypes. |
step |
A step (number of SNVs) to move the window. |
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.