ashaplotype | R Documentation |
convert hapSummary
or hapResult
class into haplotype
class (pegas)
as.haplotype(hap)
hap |
object of |
haplotype class
It's not advised for hapSummary
or hapResult
with indels, due to indels will
convert to SNPs with equal length of each indel.
data("geneHapR_test")
hap <- as.haplotype(hapResult)
hapSummary <- hap_summary(hapResult)
hap <- as.haplotype(hapSummary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.