load_topology_file_as_tibble: Parse a topology ('.topo') file to a table with a 'name' and...

View source: R/load_topology_file_as_tibble.R

load_topology_file_as_tibbleR Documentation

Parse a topology (.topo) file to a table with a name and topology column

Description

Parse a topology (.topo) file to a table with a name and topology column

Usage

load_topology_file_as_tibble(topology_filename)

Arguments

topology_filename

name of the file to save a protein's topology to

Value

a tibble with a name and topology column, as can be checked by check_topology

Examples

topology_filename <- system.file(
 "extdata", "100507436.topo", package = "pureseqtmr"
)
load_topology_file_as_tibble(topology_filename)

pureseqtmr documentation built on April 6, 2023, 5:20 p.m.