Description Usage Arguments Value Author(s) Examples
View source: R/check_topology.R
Check if the argument is of the same type as a predicted topology, as can be created with predict_topology. Will stop if not.
1 | check_topology(topology)
|
topology |
the topology as a tibble as returned by predict_topology |
Nothing. Will stop with a helpful error message if the topology is invalid.
Richèl J.C. Bilderbeek
1 2 3 4 5 | if (is_pureseqtm_installed()) {
fasta_filename <- get_example_filename("1bhaA.fasta")
topology <- predict_topology(fasta_filename)
check_topology(topology)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.