Description Usage Arguments Value Author(s) Examples
View source: R/predict_topology.R
Predict the topology of a proteome
1 2 3 4 5 | predict_topology(
fasta_filename,
folder_name = get_default_pureseqtm_folder(),
topology_filename = tempfile(fileext = ".top")
)
|
fasta_filename |
path to a FASTA file |
folder_name |
superfolder of PureseqTM.
The superfolder's name is |
topology_filename |
name of the file to save a protein's topology to |
a tibble with the columns 'name' and 'topology', where the 'name' column hold all the proteins' names, and 'topology' contains all respective topologies.
Richèl J.C. Bilderbeek
1 2 3 4 | if (is_pureseqtm_installed()) {
fasta_filename <- get_example_filename("1bhaA.fasta")
predict_topology(fasta_filename)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.