fasta_parse_file | R Documentation |
note that this function replaces semicolons in fasta headers with colons (since we use semicolons as delimiters upstream)
fasta_parse_file(
fasta_files,
fasta_id_type = "uniprot",
uppercase_symbols = TRUE
)
fasta_files |
array of fill paths to fasta files |
fasta_id_type |
fasta type, typically this is 'uniprot' |
uppercase_symbols |
convert all gene symbols to upper case? default: TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.