View source: R/fasta_text_to_tibble.R
fasta_text_to_tibble | R Documentation |
Convert FASTA text to a tibble
fasta_text_to_tibble(fasta_text)
fasta_text |
the content of a FASTA file as text,
for example |
topology_text <- c(">Protein A", "iiiimmmmmooooo") fasta_text_to_tibble(topology_text)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.