View source: R/parse_fasta_header.R
| parse_fasta_headers | R Documentation |
Extracts the sequence identifier from the recognized fasta sequence headers.
parse_fasta_headers(headers)
headers |
A vector of characters |
A vector of characters
headers <- c(
"gb|M73307|AGMA13GT",
"gb|M73307|AGMA13GT",
"emb|CAM43271.1|",
"sp|P01013|OVAX_CHICK description"
)
parse_fasta_headers(headers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.