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(
chunk_size,
fasta_file,
fasta_text,
gene_ids,
gene_name,
hgvs,
protein_id,
protein_ids,
pureseqtm_folder_name,
s,
snp_id,
subject_ids,
temp_fasta_filename,
variation,
variations,
verbose
)
chunk_size |
the number of protein IDs in an NCBI quey. Too many values results in an NCBI API error |
fasta_file |
name of a FASTA file |
fasta_text |
text in the same format as a FASTA file |
gene_ids |
one or more IDs of a gene |
gene_name |
name of a gene |
hgvs |
a variation in HGVS ('Human Genome Variation Society') format |
protein_id |
ID of a protein.
For example, |
protein_ids |
one or more protein IDs.
For example, |
pureseqtm_folder_name |
PureseqTM folder name, as can be obtained by get_default_pureseqtm_folder. |
s |
string in HVGS format to be parsed,
for example, |
snp_id |
the ID of a SNP |
subject_ids |
one of more IDs of a subject |
temp_fasta_filename |
name for a temporary FASTA file |
variation |
one variation.
For example, |
variations |
one or more variations.
For example, |
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.