mock_predict_topology_from_sequence: Mock the topology prediction.

View source: R/mock_predict_topology_from_sequence.R

mock_predict_topology_from_sequenceR Documentation

Mock the topology prediction.

Description

Use predict_topology_from_sequence for a real prediction.

Usage

mock_predict_topology_from_sequence(protein_sequence)

Arguments

protein_sequence

a protein sequence

Value

a topology sequence, for example "iiiimmmmmoooo"

Author(s)

Richèl J.C. Bilderbeek

Examples

protein_sequence <- paste0(
  "QEKNWSALLTAVVIILTIAGNILVIMAVSLEKKLQNATNYFLM",
  "SLAIADMLLGFLVMPVSMLTILYGYRWP"
)
mock_predict_topology_from_sequence(protein_sequence)

richelbilderbeek/tmhmm documentation built on Sept. 3, 2022, 5:14 p.m.