getCSEvents | R Documentation |
This function parses edges in the arborescence tree that switches isotype/subisotype, and offer a distance-from-germline estimate of this switching event, as the mean distance-from-germline of the two ends of each of such edge.
getCSEvents(
clone,
columnSeqID,
columnSubclass,
dfArborescence,
germline,
path_stats
)
clone |
data.frame of clone information. |
columnSeqID |
column name holding Sequence IDs. |
columnSubclass |
column name holding subclasses information. |
dfArborescence |
data.frame of arborescence tree edge list. |
germline |
Root ID for germline. |
path_stats |
data.frame of distances from germline calculated for the arborescence tree. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.