View source: R/run_pureseqtm_proteome.R
run_pureseqtm_proteome | R Documentation |
Run PureseqTM on a proteome
run_pureseqtm_proteome(
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 |
the topology of the proteome, using the same output as PureseqTM. Use predict_topology to get the topology as a tibble
Richèl J.C. Bilderbeek
Use predict_topology to predict the topology of a proteome
Use create_pureseqtm_files to only create the PureseqTM output files
if (is_pureseqtm_installed()) {
fasta_filename <- get_example_filename("1bhaA.fasta")
run_pureseqtm_proteome(fasta_filename)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.