View source: R/convert_tmhmm_to_pureseqtm_topology.R
convert_tmhmm_to_pureseqtm_topology | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.