refseq_AAseq | R Documentation |
refseq_AAseq()
Parses a single/multiple protein accessions (RefSeq format) and extract
the amino acid sequence(s) into a AAStringSet
object.
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_AAseq(accession)
accession |
A character string containing a single/multiple accession ids. |
An object of AAStringSet
class.
Jose V. Die
accession = c("XP_004487758", "XP_004488550", "XP_004501961")
my_aa <- refseq_AAseq(accession)
# Now, the `AAStringSet`can be easily used to make a fasta file :
# writeXStringSet(x= my_aa, filepath = "aa_result")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.