Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/downloadFastaMixed.R
Download FASTA for a list of canonical (P04637) and isoform (P04637-2) UniprotAC
1 | downloadFastaMixed(uniprot_ac, file_name)
|
uniprot_ac |
character vector containg canonical, isoform UniprotAC, or UniprotAC-post-processed chain ID (P04591-PRO_0000261216) |
file_name |
file name and directory to save the result ("./dir/filename") |
downloadFasta
is intended to download from Uniprot and write fasta sequence file (renaming the name of the sequence given by UniProt to UniprotAC only) given generic (P04637) or isoform (P04637-2) UniprotAC. If the file already contains the sequences for given UniprotAC you get a message, if some sequences are missing all sequences will be reloaded.
nothing
Vitalii Kleshchevnikov
1 | downloadFastaMixed(uniprot_ac = c("P04637", "P04637-2", "P04591-PRO_0000261216"), file_name = "my_canonical_and_isoform.fasta")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.