easySFS_fsc2 | R Documentation |
Given VCF and traits files usually needed by easySFS, generate the fsc2 MSFS and the pops file needed for fastsimcoal2 Chooses the projection that yields the greatest number of segregating sites, without trying to balance for the number of individuals.
easySFS_fsc2(easySFS.path, vcf, traits, output.dir)
easySFS.path |
Character string with path to the easySFS executable |
vcf |
Character string with path to the VCF file |
traits |
Character string with path to the traits file |
output.dir |
Character string with path to directory where the two output files should be saved. |
IMPORTANT: You must include the next two lines in the sh file for any job that uses this function. For now this function will only work for me. module load anaconda/4.7 conda activate easySFS
requires gtools package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.