Description Usage Arguments Value
Generate genotyped base-pair statistics
1 | getBPstats(stacksFAfile, outPath)
|
stacksFAfile |
The filename (with necessary path) of the .fa file output by a STACKS run. |
outPath |
The filename (with necessary path) of the output object you want to generate. |
This function does not return a value. Instead, a
named list is saved as a .Robj file at the location
designated by the outPath
argument. The elements
of the list are:
lociDistn
vector of length N,
where N is total number of individuals
in the dataset, for with the ith element
gives the number of base pairs genotyped in exactly
i individuals. E.g., the 3rd element of
lociDistn
gives the number of base pairs
genotyped in exactly 3 individuals.
coGeno
a symmetric matrix (dimensions N x N)
for which the i,jth element gives
the number of base pairs genotyped in both
samples i and j.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.