DisjointSet | R Documentation |
PairSummaries
objects.
Takes in a PairSummaries
object and return a list of identifiers organized into single linkage clusters.
DisjointSet(Pairs,
Verbose = FALSE)
Pairs |
A |
Verbose |
Logical indicating whether to print progress bars and messages. Defaults to |
Takes in a PairSummaries
object and return a list of identifiers organized into single linkage clusters.
Returns a list of character vectors representing IDs of sequence features, typically genes.
Nicholas Cooley npc19@pitt.edu
FindSynteny
, Synteny-class
, PairSummaries
, FindSets
data("Endosymbionts_Pairs03", package = "SynExtend")
Sets <- DisjointSet(Pairs = Endosymbionts_Pairs03,
Verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.