View source: R/refseq_AAlen_action.R
refseq_AAlen_action | R Documentation |
refseq_AA_len_action()
Returns the amino acid length from a single protein accession.
Depending on the function, available accessions in refseqR
include RefSeq models with the prefixes XM_ (mRNA), XR_ (non-coding RNA), and XP_ (protein), as well as subsequently curated RefSeq records with NM_, NR_, or NP_ accession prefixes.
refseq_AAlen_action(protein, retries)
protein |
A character string of the protein id. |
retries |
A numeric value to control the number of retry attempts to handle internet errors. |
A numeric value representing the aa length of the protein
.
Jose V. Die
refseq_RNA2protein
to obtain the protein ids encoded by a set of transcript ids.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.