Description Usage Arguments Value Author(s)
View source: R/grab.pyRAD.locus.R
This function is pretty rudimentary and I've used it but little. As much as anything, it's a reminder for how to get sequence data out of a pyRAD.loci
object.
1 2 | grab.pyRAD.locus(pyDat, locName,
dat.format = c("text", "fasta", "matrix"))
|
pyDat |
an object of class |
locName |
character name of the locus or loci you want |
dat.format |
currently takes text, fasta, or matrix, but the fasta format would still need to be written to a file |
A named character vector if dat.format
is 'text' or 'fasta', otherwise a matrix
Andrew Hipp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.