Description Usage Arguments Value
set mvc
attributes
1 2 3 4 5 6 7 8 9 | setMvc(x, name = x@name, eps = x@eps, pts = x@pts, var = x@var,
pop = x@pop, cov = x@cov, fit = x@fit, comp = x@comp,
deg = x@deg, weight = x@weight, score = x@score, mwis = x@mwis)
## S4 method for signature 'mvc'
setMvc(x, name = x@name, eps = x@eps, pts = x@pts,
var = x@var, pop = x@pop, cov = x@cov, fit = x@fit,
comp = x@comp, deg = x@deg, weight = x@weight, score = x@score,
mwis = x@mwis)
|
x |
an object of class |
name |
cluster name. |
eps |
epsilon value used by dbscan. |
pts |
minimum points value used by dbscan. |
var |
metavariants IDs. |
pop |
population names. |
cov |
depth of coverage matrix of biallelic loci. |
fit |
|
comp |
component id of the mvc. |
deg |
mvc degree in the mvc graph |
weight |
mvc weight |
score |
mvc score for maximum weighted independant set |
mwis |
logical, if true the mvc is a maximum weighted independant set |
an object of class mvc
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.