fasta_text_to_tibble: Convert FASTA text to a tibble

View source: R/fasta_text_to_tibble.R

fasta_text_to_tibbleR Documentation

Convert FASTA text to a tibble

Description

Convert FASTA text to a tibble

Usage

fasta_text_to_tibble(fasta_text)

Arguments

fasta_text

the content of a FASTA file as text, for example c(">Protein 1", "FAMILYVW")

Examples

topology_text <- c(">Protein A", "iiiimmmmmooooo")
fasta_text_to_tibble(topology_text)

richelbilderbeek/tmhmm documentation built on Sept. 3, 2022, 5:14 p.m.