View source: R/is_tmhmm_result.R
is_tmhmm_result | R Documentation |
Is the text a TMHMM result text?
is_tmhmm_result(tmhmm_result)
tmhmm_result |
the results of a call to TMHMM,
for example, |
TRUE if the text is a TMHMM result text
tmhmm_result <- c( ">protein name", "ooooMMMMiiiii" ) is_topology_text(topology_text = tmhmm_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.