View source: R/ancestimate_output_middle.R
anccall_check_int | R Documentation |
anccall_check_int
anccall_check_int(
inputdir,
outputdir,
chrom_name,
indiv_name,
mode_min = 0.5,
n_min = 0,
delta = 0.2,
window_size = 50000,
round1 = 1,
round2 = 1,
round3 = 2,
ploidy = "dip",
chrlength = 142711496,
zero_value = 10^(-7)
)
inputdir |
The file to the ancestral likelihood file |
outputdir |
The file to store the ancestry call |
chrom_name |
The name of the chromosome |
indiv_name |
The name of the individual |
mode_min |
The minimum percentage for the mode to make a call, default set to 0.5 |
n_min |
the minimum number of SNPs within the window to make a call, default set to zero |
delta |
The cutoff for ancestral allele frequency difference |
window_size |
The size of the sliding window |
ploidy |
"hap" or "dip", default set to "dip" |
chrlength |
chromosome length, default set to baboon X: 142711496 |
zero_value |
The small value added to avoid zeroes, default to 10^-7 |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.