Newest versions at top.
pgen_table
and bed_table
genio
v1.1.0convert_plink_bin_files_to_plink_text_files
rename_fids
to rename all family IDs in any in-memory datarename_iids
to rename all within-family IDs in any in-memory datacreate_demo_assoc_qt_params
to create_demo_assoc_qt_data
assoc_qt_nth_trait
stringi
version v1.7.5, #21get_test_
functionsassoc_qt
with PLINK2 binary datapgen_table
can have SNP IDs as column names and individuals' IDs as row namesstringi::stri_trim_both
and stringi::stri_split_regex
sometimes
gives an 'embedded nul in string' error or a segfault.
This has been reported at https://github.com/gagolews/stringi/issues/458.
Until then, a workaround with base R is useddata
function argument, that can be either
be PLINK1 text data (read from .ped
and .map
files),
PLINK 1 binary data (read from .bed
, .bim
and .fam
files)
or PLINK2 binary data (not yet implemented)plinkr
and the PLINKs installedcreate_plink_text_data
,
create_plink_bin_data
and create_plink2_bin_data
install_plink_tutorial_data
and uninstall_plink_tutorial_data
to install and uninstall the PLINK tutorial dataread_plink_assoc_adjusted_file
to read PLINK .assoc.adjusted
filesread_plink_lmiss_file
to read PLINK .lmiss
filesread_plink_imiss_file
to read PLINK .imiss
filesread_plink_frq_file
to read PLINK .frq
filesread_plink_frq_strat_file
to read PLINK .frq.strat
filesmissing_from_bfile
to run a PLINK --missing
analysis from
PLINK binary filesfreq_from_bfile
to run a PLINK --freq
analysis from
PLINK binary filesfreq_from_bfile_within_phe_file
to run a PLINK --freq
analysis from
PLINK binary files with a stratification on the phenotypeassoc_from_bfile
to run a PLINK --assoc
analysis from
PLINK binary filesassoc_adjust_from_bfile
to run a PLINK --assoc --adjust
analysis from
PLINK binary filesassoc_qt_covar
to do a quantitative traits analysis with covariates--noweb
flag only in PLINK versions that support itphenotype
in it (e.g. read_phenotype_file
),
use phe
instead (e.g. read_phe_file
). This to have a naming
scheme consistent with PLINKassoc_
functions return a list with an association table and
a log (instead of just the association table), to ensure all
info by PLINK is used.raw
extension have been renamed
to have a .phe
file extension, except for pheno.raw
, as that filename
is used in the PLINK tutorial.bed
, .bim
and .fam
files--all-pheno
save_qassoc_table
to save the results of a quantitive
association to file in the same way PLINK creates a .qassoc
filefamily_id
to FID
, as this is the abbreviation
PLINK uses, see https://www.cog-genomics.org/plink/1.9/input#phenowithin_family_id
to IID
, as this is the abbreviation
PLINK uses, see https://www.cog-genomics.org/plink/1.9/input#phenoassoc
read_plink_assoc_file
can read .assoc
files with a confidence intervalmake_bed
to convert the (non-binary) .map
and .ped
files
to their binary .bed
, .bim
and .fam
equivalentsinstall_plinks
also installs PLINK2assoc
to detect associations for a binary traitcreate_demo_assoc_qt_params
can now accept multiple additive and epistatic traitsplink_options
parameterrun_plink
is stableAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.