is.snpclone | R Documentation |
Check for validity of a genclone or snpclone object
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
(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.