Description Usage Details Value Examples
This function creates directories and subdirectories that will be used for accessing input files, as well as for delivering output files from LD analysis.
1 | ldstart()
|
Running this function generates the following folders at current directory: 'haplotypes', 'populations', 'snps', 'rehh_in', and 'rehh_out'. Users must place their data inside the respective directories, as explained below:
'haplotypes': The whole dataset of haplotypes (extensions .hap and .sample) split by chromosomes, obtained by Shapeit Software (http://www.shapeit.fr).
'populations': Text files from each population to be analyzed (one individual per line). File names must correspond to the names from populations (with or without ".txt" extension).
'snps': Text files with a set of SNP ID's (e.g. rs1042522), with or without ".txt" extension (a single ID per line).
A set of required directories.
1 | ## Not run: ldstart()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.