Description Usage Arguments Value Examples
tries to extract the protein IDs (located in fasta headers) from fasta file
1 | extrProtIdsFromFasta(fasta_file, sub_pattern = NULL)
|
fasta_file |
path to a fasta file |
sub_pattern |
optionally, pattern to match the protein ID |
a character vector of protein IDs
1 2 3 4 | ## Not run:
extrProtIdsFromFasta("HUMAN_DB.fasta", ">([^ ]+)")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.