View source: R/MakePrositCsv.R
make.prosit.csv | R Documentation |
Generates a CSV file with precursor information, to be used for prediction of MS/MS spectra in Prosit.
make.prosit.csv( fasta, chargeRange, ceRange, prefix, outputFolder, threads = detectCores() )
fasta |
input fasta file |
chargeRange |
Charge ranges considered for precursor ions. |
ceRange |
Collision energy range for predictions. |
prefix |
file prefix to use (like the species from which the fasta file is derived) |
outputFolder |
full path to the output CSV file |
threads |
number of threads to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.