locatome_to_df: Convert a multi-line locatome to a tidy data frame

View source: R/locatome_to_df.R

locatome_to_dfR Documentation

Convert a multi-line locatome to a tidy data frame

Description

Convert a multi-line locatome to a tidy data frame

Usage

locatome_to_df(topology_text, locatome = character(0))

Arguments

topology_text

the topology as text, that alternates protein names and topology sequences. This is the same form as a FASTA file, for example c(">Protein A", "iiiimmmmmoooo")

locatome

text similar to a FASTA file, with protein names and the locations of its amino acids

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.