Description Usage Details Note Author(s)
View source: R/CalcAlleleDiffs.r View source: R/PloidyPal.R
This goes through individual text files for each specimen and calculates the distances between all alleles at a given locus or copy of that locus.
1 | CalcAlleleDiffs("/CalcParamFile.csv")
|
Parameter file should be a .csv with a header with four lines and two columns (see https://github.com/wbooker/PloidyPal for examples), names are in the left column and vlues in the right. rows are in order as follows: Begin number, end number, ploidy level, and root filepath.
Files should be in this format:
—Individuals should be in seperate folders inside the root filepath with numbers followed by the letter I, as in 'I3756'
—Files should follow a similar format and be titled as thus: "I3756_allelesFromPost_4.txt"
—Each file should have alleles formatted thusly (see github for clear example):
>L1.1.1
AATTCCGGAA
>L1.1.2
AATTCGCCAA
Where the first number is the locus, second is the copy, and third is the allele number
William Booker Florida State University Dept. of Biological science
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.