Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/downloadFastaPostproc.R
Download FASTA for a list of post-processed chain ID (e.g. PRO_0000261216)
1 | downloadFastaPostproc(postproc_id, file_name)
|
file_name |
file name and directory to save the result ("./dir/filename") |
uniprot_ac |
character vector containg post-processed chain ID |
function to download from Uniprot and write fasta sequence files (renaming the UniProt-given name of the sequence to proteinID-FeatureID: P04591-PRO_0000261216) given post-processed chain ID, such as PRO_0000261216. If the file already contains the sequences for given post-processed chain ID you get a message, if some sequences are missing all sequences will be reloaded.
nothing
Vitalii Kleshchevnikov
1 | downloadFastaPostproc(postproc_id = c("PRO_0000261216"), file_name = "my_post_processed_chain.fasta")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.