View source: R/mock_predict_topology_from_sequence.R
mock_predict_topology_from_sequence | R Documentation |
Use predict_topology_from_sequence for a real prediction.
mock_predict_topology_from_sequence(protein_sequence)
protein_sequence |
a protein sequence |
a topology sequence,
for example "iiiimmmmmoooo"
Richèl J.C. Bilderbeek
protein_sequence <- paste0( "QEKNWSALLTAVVIILTIAGNILVIMAVSLEKKLQNATNYFLM", "SLAIADMLLGFLVMPVSMLTILYGYRWP" ) mock_predict_topology_from_sequence(protein_sequence)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.