View source: R/germlineDistances.R
getGermlineDistance | R Documentation |
Read a newick tree to calculate distance-from-germline. Assume germline is in the tree, with name beginning with 'IG.V' where '.' can be any character.
getGermlineDistance(tree_file)
tree_file |
Character, filename of the phylogenetic tree in newick format. |
A data.frame with two columns with the following names:
Character, Identifier of sequence given in the tree file.
Numeric, distance from the identified germline (i.e. total lengths of edges traversed in order to get from the germline to the given sequence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.