View source: R/default_params_doc.R
default_params_doc | R Documentation |
This function does nothing. It is intended to inherit is parameters' documentation.
default_params_doc(
add_noweb,
allow_no_sex,
args,
assoc_adjusted_filename,
assoc_data,
assoc_filename,
assoc_params,
assoc_qt_covar_data,
assoc_qt_covar_params,
assoc_qt_data,
assoc_qt_params,
assoc_qt_result,
assoc_table,
base_input_filename,
base_output_filename,
base_output_plink1_filename,
base_output_plink2_filename,
base_phenotype_value,
bed_filename,
bed_table,
bfile,
bim_filename,
bim_table,
calc_phenotype_function,
chromosome_number,
chromosome_selector,
confidence_interval,
cov_filename,
cov_table,
data,
eigenval_filename,
eigenvec_filename,
epistatic_phenotype_value,
example_filename,
fam_filename,
fam_table,
fid,
fids,
frq_filename,
frq_strat_filename,
iid,
iids,
ld_filename,
ld_window_r2,
imiss_filename,
lmiss_filename,
log_filename,
maf,
mafs,
map_filename,
map_table,
n_individuals,
n_phenotypes,
n_samples,
n_snps,
n_snps_per_phenotype,
os,
out,
pca_result_filenames,
ped_filename,
ped_table,
pgen_filename,
pgen_table,
phenotype,
phe_filename,
phenotype_increase,
phe_table,
phenotypes,
phenotype_data,
phenotype_data_filename,
phenotype_data_table,
phenotype_value_dominant,
phenotype_value_recessive,
plink_bin_data,
plink_bin_filenames,
plink_exe_path,
plink_filenames,
plink_folder,
plink_options,
plink1_options,
plink2_options,
plink_optionses,
plink_text_data,
plink_text_filenames,
plink_version,
plink_versions,
plinkr_folder,
plink2_bin_data,
plink2_bin_filenames,
psam_filename,
psam_table,
pvar_filename,
pvar_table,
qassoc_filename,
qassoc_filenames,
qassoc_table,
random_samples_selector,
random_snps_selector,
regular_phenotype_value,
sample_ids,
sample_ids_filename,
sample_selector,
sim_filename,
simfreq_filename,
simulate_qt_params,
single_sample_selector,
single_snp_selector,
snp,
snp_from,
snp_range_selector,
snp_selector,
snp_to,
snp_window_selector,
snvs,
temp_folder,
temp_sim_filename,
trait,
traits,
url,
verbose,
window_kb
)
add_noweb |
add the |
allow_no_sex |
set this to TRUE
to retain phenotype values for missing-sex samples.
This parameter is named after the |
args |
arguments for the |
assoc_adjusted_filename |
name of a |
assoc_data |
data to use for an association analysis for a quantitative trait (i.e. using assoc), as can be created by create_assoc_data |
assoc_filename |
name of a |
assoc_params |
parameters to do an association analysis for a quantitative trait (i.e. using assoc), as can be created by create_assoc_params |
assoc_qt_covar_data |
data to do an association analysis for a quantitative trait with covariates (i.e. using assoc_qt_covar), as can be created by create_assoc_qt_covar_data |
assoc_qt_covar_params |
parameters to do an association analysis for a quantitative trait with covariates (i.e. using assoc_qt_covar), as can be created by create_assoc_qt_covar_params |
assoc_qt_data |
data use to used by assoc_qt (as created by create_assoc_qt_data), which equals 'regular' data (see check_data) and a phenotype table/file |
assoc_qt_params |
parameters to do an association analysis for a quantitative trait (i.e. using assoc_qt), as can be created by create_assoc_qt_params |
assoc_qt_result |
the result of assoc_qt, which is a list with elements:
|
assoc_table |
the table that hold the result of a
case-control association, as created by |
base_input_filename |
the base of the filenames that are
used as input for |
base_output_filename |
the base of the filenames that are
used as output for |
base_output_plink1_filename |
temporary folder to create the |
base_output_plink2_filename |
temporary folder to create the |
base_phenotype_value |
the base phenotypic value for an additive trait, i.e. the phenotypic value for homozygotes of the common allele |
bed_filename |
name of a |
bed_table |
a table that maps the SNPs to the individuals,
of which the column names are the names of the individuals,
the row names are the names of the SNPs,
and the values are the SNP variant.
Use get_test_bed_table to get a |
bfile |
the base filename of the binary files (i.e.
a |
bim_filename |
name of a |
bim_table |
a tibble of the genetic mapping, with as many rows as SNPs. Each row contains:
Use get_test_bim_table to get a |
calc_phenotype_function |
a function that calculate the phenotypes
from genotypes. The input is the genetic data as a tibble,
in which each row is an individual and the columns are the SNVs.
The first two columns are named |
chromosome_number |
the chromosome number, as can be checked by check_chromosome_number |
chromosome_selector |
a SNP selector (see create_snps_selector) that allows one to select a single chromsome, as created by create_chromosome_selector and checked by check_chromosome_selector |
confidence_interval |
confidence interval, a value between (and excluding both) 0.0 and 1.0. The confidence interval helps assess the certainty of an estimation: you can be 99 percent sure a value is within the range of the 0.99 confidence interval The |
cov_filename |
name of a covariates ( |
cov_table |
a table of covariates. A
These names match the PLINK column names (https://www.cog-genomics.org/plink/1.9/input#pheno). Use read_plink_cov_file to read a covariates file. Use check_cov_table to test if a covariates table is valid. |
data |
the data source, which can be:
|
eigenval_filename |
name for a |
eigenvec_filename |
name for a |
epistatic_phenotype_value |
the phenotypic value when the epistatic phenotype is expressed |
example_filename |
name of the example file |
fam_filename |
name of a |
fam_table |
a tibble of the genetic mapping, with as many rows as SNPs. Each row contains:
Use get_test_fam_table to get a |
fid |
the family ID, which is called |
fids |
one or more family IDs (which are called |
frq_filename |
name of a |
frq_strat_filename |
name of a |
iid |
a within-family ID, as can be checked by check_iid |
iids |
one or more within-family IDs, as can be checked by check_iids |
ld_filename |
name of a |
ld_window_r2 |
the minimal squared correlation coefficient (also
known as |
imiss_filename |
name of a |
lmiss_filename |
name of a |
log_filename |
name of a |
maf |
minor allele frequency threshold.
Alleles that have a frequency lower than the MAF
are excluded from the The parameter name |
mafs |
one or more minor allele frequencies. These allele frequencies must be ordered decreasingly, i.e. the MAF is at the first position, where the even rarer alleles are at the second and third positions. Note that |
map_filename |
name of a |
map_table |
a genetic mapping table. A
Use read_plink_map_file to read a |
n_individuals |
the number of individuals. Use check_n_individuals to check if this is a valid value |
n_phenotypes |
the number of phenotypes |
n_samples |
the number of samples/individuals, as can be checked by check_n_samples |
n_snps |
the number of SNPs, as can be checked by check_n_snps |
n_snps_per_phenotype |
the number of SNPs that determine one phenotype |
os |
name of the operating system, as returned by app_dir |
out |
the base filename of the output files.
This parameter is named after the |
pca_result_filenames |
a list with the filenames created by a call to pca |
ped_filename |
name of a |
ped_table |
a 'pedigree' table. A
The Use read_plink_ped_file to read a |
pgen_filename |
name of a |
pgen_table |
an array that maps the individuals to their SNPs, with as much rows as individuals, and as much SNPs as columns. Optionally, the row names are the individuals' IDs, where the column names are the SNP ID's |
phenotype |
one phenotype, named after its genetic background:
|
phe_filename |
name of a phenotype ( |
phenotype_increase |
the phenotypic value increase per rare allele, for an additive trait. |
phe_table |
a table of phenotypes. A
These names match the PLINK column names (https://www.cog-genomics.org/plink/1.9/input#pheno). Use read_plink_phe_file to read a phenotype file. Use check_phe_table to test if a phenotype table is valid. |
phenotypes |
one ore more phenotypes, named after their genetic background:
|
phenotype_data |
phenotype data in the form of either
a filename to a phenotype file ( |
phenotype_data_filename |
phenotype data (as checked by check_phenotype_data)) in the form of a list with a filename to a phenotype table |
phenotype_data_table |
phenotype data (as checked by check_phenotype_data)) in the form of a list with an in-memory phenotype table |
phenotype_value_dominant |
phenotypic value for the dominant variant, i.e. that genotype that has at least one version of the common common allele |
phenotype_value_recessive |
phenotypic value for the recessive variant, i.e. that genotype that is homozygous for the rare allele |
plink_bin_data |
the in-memory binary data for |
plink_bin_filenames |
the binary data files' names for |
plink_exe_path |
path to
the |
plink_filenames |
a list of filenames that
is a collection of |
plink_folder |
folder where |
plink_options |
options to run PLINK, as created by create_plink_options |
plink1_options |
the |
plink2_options |
the |
plink_optionses |
a list of one or more options to run PLINK,
as created by create_plink_optionses.
The reduplicated plural was used to express this is a list
of |
plink_text_data |
the genetic and phenotypic data for |
plink_text_filenames |
the text data files' names for |
plink_version |
version of PLINK, e.g. |
plink_versions |
one or more versions of PLINK, e.g. as can be obtained using get_plink_versions |
plinkr_folder |
name of the folder where plinkr stores its temporary files |
plink2_bin_data |
the genetic and phenotypic data for |
plink2_bin_filenames |
the binary data files' names for |
psam_filename |
name of a |
psam_table |
a tibble with as much rows as individuals. It has the following columns:
The uppercase column names are those as used by PLINK2. |
pvar_filename |
name of a |
pvar_table |
a tibble with as much rows as SNPs. It has the following columns:
The uppercase column names are those as used by PLINK2. |
qassoc_filename |
name of a |
qassoc_filenames |
name of one or more
|
qassoc_table |
the table that hold the result of an association
with a quantitative trait, as created by |
random_samples_selector |
a sample selector (see create_samples_selector) that allows one to select one or more random samples, as created by create_random_samples_selector and checked by check_random_samples_selector |
random_snps_selector |
a SNP selector (see create_snps_selector) that allows one to select one or more random SNPs, as created by create_random_snps_selector and checked by check_random_snps_selector |
regular_phenotype_value |
the regular phenotypic value |
sample_ids |
sample IDs, which is a tibble
with two columns: the first column holds the family ID
(called |
sample_ids_filename |
name of a file to store |
sample_selector |
a sample/individual selector, a way to select one or more samples/individuals. See create_samples_selector for all sample selectors. |
sim_filename |
name of a |
simfreq_filename |
name of a |
simulate_qt_params |
the parameters for a quantitative traits simulation, as can be created by create_simulate_qt_params |
single_sample_selector |
a sample selector (see create_samples_selector for all sample selectors) that allows one to select a single sample, as created by create_single_sample_selector and checked by check_single_sample_selector |
single_snp_selector |
a SNP selector (see create_snps_selector for all SNP selectors) that allows one to select a single SNP, as created by create_single_snp_selector and checked by check_single_snp_selector |
snp |
a SNP, e.g. |
snp_from |
a SNP (see check_snp) to start from |
snp_range_selector |
a SNP selector (see create_snps_selector), that allows one to select a range between two SNPs, as created by create_snp_range_selector and checked by check_snp_range_selector |
snp_selector |
a SNP selector, a way to select one or more SNPs. See create_snps_selector for all SNP selectors. |
snp_to |
a SNP (see check_snp) to end at |
snp_window_selector |
a SNP selector (see create_snps_selector), that allows one to select a focal SNP and a range/window of SNPs around it, as created by create_snp_window_selector and checked by check_snp_window_selector |
snvs |
a tibble that contains the
two nucleotide calls for multiple individuals.
Each column is a haplotype, hence, for a diploid organism,
there are two columns.
Each individual is represented by a row.
Nucleotides are in uppercase.
Per SNV table, there can be only two different nucleotides,
as this is how a SNP works; a SNP from A to C is a different one (and
has a different SNP ID) than a SNP that encodes a mutation
for A to G.
Use create_snvs to create a |
temp_folder |
temporary folder to store results in |
temp_sim_filename |
temporary file to store simulation
parameters, which is a |
trait |
one trait with a clear genetic architecture and a known minor allele frequency, as created by create_trait. Use is_one_trait to detect if something is one trait |
traits |
one or more traits with a clear genetic architecture and a known minor allele frequency, as, for example, created by create_demo_traits. |
url |
|
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
window_kb |
the window (i.e. the amount of base pairs around a focal SNP) in kilobases, as checked by check_window_kb |
This is an internal function, so it should be marked with
@noRd
. This is not done, as this will disallow all
functions to find the documentation parameters
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.