View source: R/load_topology_file_as_tibble.R
| load_topology_file_as_tibble | R Documentation |
.topo) file to a table
with a name and topology columnParse a topology (.topo) file to a table
with a name and topology column
load_topology_file_as_tibble(topology_filename)
topology_filename |
name of the file to save a protein's topology to |
a tibble
with a name and topology column,
as can be checked by check_topology
topology_filename <- system.file(
"extdata", "100507436.topo", package = "pureseqtmr"
)
load_topology_file_as_tibble(topology_filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.