Description Usage Arguments Value See Also
getIBDpclusters() produces a network of clusters of isolates that share a minimum proportion of genome IBD.
Isolates that do not share a minimum proportion IBD are not included in the network or output.
The networks are created using R package igraph.
1 | getIBDpclusters(ped.genotypes, ibd.segments, prop = 1, hi.clust = FALSE)
|
ped.genotypes |
A list containing 2 objects. See the |
ibd.segments |
A data frame containing the IBD segments detected by isoRelate.
See the |
prop |
Numeric value between (0,1].
The minimum proportion of genome shared IBD between a pair of isolates in order for the pair to be included in the network.
For example, if |
hi.clust |
Logical. Whether to perform hierarchical clustering using the |
A list of three objects named clusters, i.network and hi.clust:
A list where each object contains the names of isolates that form a disjoint cluster in the network. If hierarchical clustering has been performed then the clusters may not be disjoint.
An igraph network used in the construction of network plots. See http://igraph.org/r/ doe more details.
Logical. Whether or not hierarchical clustering has been performed.
getGenotypes, getIBDsegments and getIBDiclusters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.