Description Usage Arguments See Also Examples
Convert a furcation tree into Newick format.
1 |
furcation |
an object of |
allele |
the allele to be considered (default 0). |
side |
side (either |
hap.names |
names/labels of chromosomes in haplotype data file. Per default haplotypes are numbered by their order in the input file. |
ftree-class
, calc_furcation
,
plot.furcation
1 2 3 4 5 6 7 8 | #example haplohh object (280 haplotypes, 1424 SNPs)
#see ?haplohh_cgu_bta12 for details
data(haplohh_cgu_bta12)
#calculate furcation for the marker "F1205400"
#which displays a strong signal of selection
f <- calc_furcation(haplohh_cgu_bta12, mrk = "F1205400")
#get left tree of ancestral allele (coded as '0')
as.newick(f, 0, "left")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.