mvs
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | mvs(
  id = "",
  freq = data.frame(),
  gFst = 0,
  gLK = 0,
  pwFst = data.frame(),
  name = "",
  eps = 0,
  pts = 0,
  var = c(),
  pop = c(),
  cov = data.frame(),
  fit = list(),
  comp = 0,
  deg = 0,
  weight = 0,
  score = 0,
  mwis = FALSE
)
 | 
| id | mvs id | 
| freq | allele frequency | 
| 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, set to true if the mvc is a maximum weighted independant set | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.