Description Usage Arguments Value
set mvs
attributes
1 2 3 4 5 6 7 8 9 10 11 12 | setMvs(x, id = x@id, freq = x@freq, gFst = x@gFst, gLK = x@gLK,
pwFst = x@pwFst, 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 'mvs'
setMvs(x, id = x@id, freq = x@freq, gFst = x@gFst,
gLK = x@gLK, pwFst = x@pwFst, 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 |
id |
mvs name. |
freq |
allele frequencies |
gFst |
global Fst |
gLK |
global LK |
pwFst |
pairwise-Fst |
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 |
mvs |
an object of class |
an object of class mvs
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.