- file
The file name of a spreadsheet from DArT indicating haplotype sequence and read
depth.
- botloci
A character vector indicating the names of loci for which the sequence is on the
bottom strand with respect to the reference genome. All other loci are assumed
to be on the top strand. Only one of blastfile
and botloci
should
be provided.
- blastfile
File name for BLAST results for haplotypes. The file should be in tabular format
with qseqid
, sseqid
, sstart
, send
, and pident
columns, indicated with column headers. Only one of blastfile
and
botloci
should be provided.
- excludeHaps
Optional. Character vector with names of haplotypes (from the “AlleleID”
column) that should not be imported. Should not be used if includeHaps
is provided.
- includeHaps
Optional. Character vector with names of haplotypes (from the “AlleleID”
column) that should be imported. Should not be used if excludeHaps
is
provided.
- n.header.rows
Integer. The number of header rows in file
, not including the full row
of column headers.
- sample.name.row
Integer. The row within file
from which sample names should be derived.
- trim.sample.names
A regular expression indicating text to trim off of sample names. Use ""
if no trimming should be performed.
- sep.counts
The field separator character for file
. The default assumes CSV.
- sep.blast
The field separator character for the BLAST results. The default assumes
tab-delimited.
- possiblePloidies
A list indicating possible inheritance modes. See RADdata
.
- contamRate
Expected sample cross-contamination rate. See RADdata
.