make_fasta | R Documentation |
Given a vector of UniProt accessions, this function will:
Download the sequences
Print the current UniProt release (you should put this in the FASTA file name)
(Optional) add cRAP numbers to the FASTA headers for each sequence
Save the sequences in a FASTA file
make_fasta(
accessions,
file,
is_crap = FALSE,
overwrite = FALSE,
verbose = TRUE
)
accessions |
|
file |
|
is_crap |
|
overwrite |
|
verbose |
|
Returns a FASTA file saved to disk at the specified file path.
# specify some UniProt accessions
crap <- get_ccp_crap()
## Not run:
make_fasta(crap, "2021-01_cRAP.fasta")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.