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(
fasta_filename,
fasta_filenames,
folder_name,
gene_ids_filename,
gene_names_filename,
is_in_tmh_filename,
is_in_tmh_filenames,
n_gene_ids,
n_snps,
ppoisbinom_plot_filename,
results_filename,
snps_filename,
snps_filenames,
snps_id_filename,
snps_id_filenames,
topo_filename,
topo_filenames,
use_color,
use_transparency,
variations_csv_filename,
variations_csv_filenames,
variations_rds_filename,
variations_rds_filenames,
verbose
)
fasta_filename |
name of a FASTA file with a protein sequence |
fasta_filenames |
name of one or more FASTA files with protein sequences |
folder_name |
name of the folder |
gene_ids_filename |
the filename to save
the gene IDs to.
For the experiment, use |
gene_names_filename |
the filename to save
the gene IDs and gene names to,
as can be read by read_gene_names_file.
For the experiment, use |
is_in_tmh_filename |
the filename to save
the |
is_in_tmh_filenames |
the filename to save
the |
n_gene_ids |
the number of gene IDs. Use Inf to use all gene IDs |
n_snps |
the number of SNPs. Use Inf to use all SNS IDs |
ppoisbinom_plot_filename |
file to save the poisbinom plot to |
results_filename |
name of the results file.
For the experiment, use |
snps_filename |
one filenames of a file
containing the SNP IDs,
named |
snps_filenames |
one or more filenames of files
containing the SNP IDs,
named |
snps_id_filename |
one filenames of a file
containing the SNP IDs,
named |
snps_id_filenames |
one or more filenames of files
containing the SNP IDs,
named |
topo_filename |
name of a |
topo_filenames |
name of one or more |
use_color |
set to TRUE to use color, set to FALSE for black-and-white |
use_transparency |
set to TRUE to use transparency. Useful when creating EPS, as these do not support transparency |
variations_csv_filename |
name of a |
variations_csv_filenames |
names of one or more
|
variations_rds_filename |
name of a |
variations_rds_filenames |
names of one or more
|
verbose |
set to TRUE for more output |
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.