Usage
as.loci(x, ...)
## S3 method for class 'genind':
as.loci(x, ...)
genind2loci(x)
## S3 method for class 'data.frame':
as.loci(x, allele.sep = "/|", col.pop = NULL, col.loci = NULL, ...)
loci2genind(x)
## S3 method for class 'factor':
as.loci(x, allele.sep = "/|", ...)
## S3 method for class 'character':
as.loci(x, allele.sep = "/|", ...)
Arguments
x
an object of class "loci" or "genind", a data
frame, a factor, or a vector of mode character.
allele.sep
the character(s) separating the alleles for each locus
in the data file (a forward slash by default).
col.pop
specifies whether one of the column of the data file
identifies the population; default NULL, otherwise an integer
or a character giving the number or the name of the column.
col.loci
a vector of integers or of characters specifying the
indices or the names of the columns that are loci. By default, all
columns are taken as loci except the one labelled "population", if
present or specified.
...
further arguments to be passed to or from other methods.