View source: R/read_plink_simfreq_file.R
read_plink_simfreq_file | R Documentation |
.simfreq
fileRead a PLINK .simfreq
file
read_plink_simfreq_file(simfreq_filename)
simfreq_filename |
name of a |
a tibble with column names:
n_snps
Number of SNPs in set
(always 1 in autogenerated file)
label
Label of this set of SNPs
allele_frequency_lower_bound
Reference allele frequency lower bound
allele_frequency_upper_bound
Reference allele frequency upper bound
(equal to lower bound in autogenerated file)
additive_genetic_variance
Additive genetic variance for each SNP
dominance_deviation
Dominance deviation
Richèl J.C. Bilderbeek
File format reference at https://www.cog-genomics.org/plink/1.9/formats#simfreq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.