View source: R/create_pureseqtm_proteome_file.R
create_pureseqtm_proteome_file | R Documentation |
Create the output file of a PureseqTM proteome run
create_pureseqtm_proteome_file(
fasta_filename,
topology_filename = tempfile(fileext = ".top"),
folder_name = get_default_pureseqtm_folder()
)
fasta_filename |
path to a FASTA file |
topology_filename |
name of the file to save a protein's topology to |
folder_name |
superfolder of PureseqTM.
The superfolder's name is |
the filename
Richèl J.C. Bilderbeek
if (is_pureseqtm_installed()) {
fasta_filename <- get_example_filename("1bhaA.fasta")
create_pureseqtm_proteome_file(fasta_filename)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.