getComplexesToPlot.Rd
Determine which complexes to create plots for
getComplexesToPlot(
featureCollections,
complexCandidates,
maxNbrComplexesToPlot,
maxComplexSimilarity
)
A CharacterList
with feature set
definitions.
A character vector with feature set names that are candidates for plotting. More significant candidates should appear earlier in the vector.
A numeric scalar indicating the maximum number of complexes that can be selected.
A numeric scalar. If a complex C is more
similar than maxComplexSimilarity
to a complex earlier in the
vector, which has been selected for plotting, C will not be selected.
A character vector with feature sets from complexCandidates
selected for plotting.