Description Usage Arguments Details Value Examples
View source: R/partitionShortreads.R
Get the highest scoring haplotype for each read
1 | scoreHighestSR(srpartition, diffThreshold = 0.001, ...)
|
srpartition |
srpartition dataframe with scores per read and haplotype. |
diffThreshold |
report reads which scores differ only below threshold to both haplotypes. Iteratively increases diffThreshold until all positions differ below threshold. |
Returns a data.frame
object with columns:
<character>; The read name
<character>; Haplotype
A data.frame
object. See Details
.
1 | ### Score
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.