convert_tmhmm_to_pureseqtm_topology {pureseqtmr} | R Documentation |
Convert a TMHMM topology to a PureseqTM topology
convert_tmhmm_to_pureseqtm_topology(tmhmm_topology)
tmhmm_topology |
topology as used by |
a tibble with column names
name
and topology
, as can be checked by check_topology
Richèl J.C. Bilderbeek
tmhmm_topo_filename <- system.file(
"extdata", "UP000005640_9606_no_u.tmhmm", package = "pureseqtmr"
)
tmhmm_topology <- load_topology_file_as_tibble(tmhmm_topo_filename)
convert_tmhmm_to_pureseqtm_topology(tmhmm_topology)