append_fasta | R Documentation |
This function is used to add sequences from a FASTA file (file1) onto the end of another FASTA file (file2).
If file2 is a cRAP database, then you can optionally add cRAP numbers to the headers of file1, starting at the desired number e.g. cRAP127.
append_fasta(file1, file2, is_crap = FALSE, crap_start = 1)
file1 |
|
file2 |
|
is_crap |
|
crap_start |
|
Overwrites FASTA file2 with some more sequences added to the end.
# Add some commercial protease sequences onto the end of CCP cRAP FASTA
## Not run:
append_fasta(
file1 = "commercial-proteases.fasta",
file2 = "2021-01_CCP_cRAP.fasta",
is_crap = TRUE,
crap_start = 128
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.