View source: R/locatome_to_df.R
locatome_to_df | R Documentation |
Convert a multi-line locatome to a tidy data frame
locatome_to_df(topology_text, locatome = character(0))
topology_text |
the topology as text,
that alternates protein names and topology sequences.
This is the same form as a FASTA file,
for example |
locatome |
text similar to a FASTA file, with protein names and the locations of its amino acids |
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.