load_topology_file_as_tibble {pureseqtmr} | 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)