View source: R/WithinSetCompetition.R
WithinSetCompetition | R Documentation |
This function is a work in progress, please be patient.
WithinSetCompetition(SynExtendObject,
AllowCrossContigConflicts = TRUE,
CompeteBy = "Delta_Background",
PollContext = TRUE,
ContextInflation = 0.975,
Verbose = FALSE)
SynExtendObject |
A |
AllowCrossContigConflicts |
Logical; return only one candidate per per disjoint set for each contig to contig pair, or for each genome to genome pair. |
CompeteBy |
Character; a column name from the |
PollContext |
Logical; when competing candidate pairs, consider block membership. |
ContextInflation |
Numeric; a value to adjust block membership strength. Lower values increase the strength of block membership. |
Verbose |
Logical; print a progress bar and timings. |
For each assembly to assembly comparison, or each contig to contig comparison, all disjoint sets are collected for candidate pairs. In cases where there are more than 2 nodes, i.e. features, in a set, the connecting edges are competed against each other, and only the strongest edges – and their resulting nodes – are retained.
A PairSummaries
object.
Nicholas Cooley npc19@pitt.edu
SummarizePairs
data("Endosymbionts_Pairs01", package = "SynExtend")
x <- WithinSetCompetition(Endosymbionts_Pairs01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.