Description Usage Arguments Note Author(s) Examples
Check for validity of a genclone or snpclone object
1 2 3 4 5 | is.snpclone(x)
is.clone(x)
is.genclone(x)
|
x |
a genclone or snpclone object |
a genclone object will always be a valid genind object and a snpclone object will always be a valid genlight object.
Zhian N. Kamvar
1 2 3 4 5 6 7 | (sc <- as.snpclone(glSim(100, 1e3, ploid=2, parallel = FALSE),
parallel = FALSE, n.cores = 1L))
is.snpclone(sc)
is.clone(sc)
data(nancycats)
nanclone <- as.genclone(nancycats)
is.genclone(nanclone)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.