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

[Package pureseqtmr version 1.4 Index]