tmhmm: tmhmm: estimate the topoplogy of membrane proteins

Description Author(s) Examples

Description

Each amino acid that is part a membrane protein can be located either in the cytosol, membrane or at the exterior. 'tmhmm' estimate this topology

Author(s)

Richèl J.C. Bilderbeek

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
if (is_tmhmm_installed()) {
  fasta_filename <- system.file("extdata", "tmhmm.fasta", package = "tmhmm")
  locatome <- run_tmhmm(fasta_filename)

  # Show as text
  message(locatome, sep = "\n")

  # Show as data frame
  message(locatome_to_df(locatome))

  # Show as plot
  plot_locatome(locatome)
}

tmhmm documentation built on Nov. 18, 2020, 9:07 a.m.