Description Usage Arguments Note Examples
View source: R/cALD_FamilyFunctions.R
This function writes the haplotype vector and any accessory information to a text file.
1 | writeVector(nLoc1, Res, hapVec, numSamp, writeName, genPhase, Prefix, vDir)
|
nLoc1 |
Number of alleles at locus 1 |
Res |
Data frame consisting of Locus Number, Locus Name, Allele Name, Allele Count, Allele Frequency and Frequency^2 |
hapVec |
Haplotype vector |
numSamp |
The dataset's 2N value |
writeName |
The specified name for the vector |
genPhase |
Boolean describing phased (TRUE) or unphased (FALSE) analysis |
Prefix |
The specified prefix for the written vector file |
vDir |
The directory into which the vector file should be written. |
This function is for internal POULD use only.
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.