R/plot_locatome.R

Defines functions plot_locatome

Documented in plot_locatome

#' Plot the topology from text
#' @inheritParams default_params_doc
#' @examples
#' topology_text <- c(">Protein A", "iiiimmmmmooooo")
#' plot_topology_text(topology_text)
#' @export
plot_locatome <- function(locatome) {
  warning("'plot_locatome' is deprecated, use 'plot_topology_text' instead")
  tmhmm::plot_topology_text(locatome)
}
richelbilderbeek/tmhmm documentation built on Sept. 3, 2022, 5:14 p.m.