"show"(object)
"length"(x)
"getMSGFpar"(object)
"runMSGF"(object, rawfiles, savenames, import = TRUE, memory = 10000, async = FALSE, msgfPath)length: 1 if a database is defined, 0 otherwise.getMSGFpar: A stringified version of the parameters compliant
with MS-GF+.runMSGF: If import=TRUE an mzID or mzIDCollection
object. If async=TRUE an msgfAsync object. Otherwise NULL
show: Short summary of msgfPar object length: Report the length of an msgfPar object getMSGFpar: Get system compliant function call runMSGF: Initiate an MS-GF+ analysis using the selected msgfPar
object
databasetolerancemsgfParTolerance object holding the m/z tolerance
used in the search.isotopeErrormsgfParIsotopeError object holding the isotope
errors permitted in the search.tdamsgfParTda object saying whether FDR should be estimated
using the target-decoy approach.fragmentationmsgfParFragmentation object holding the type of
fragmentation expected from the experiment.instrumentmsgfParInstrument object holding which type of
instrument was used for collecting the data.enzymemsgfParEnzyme object holding which enzyme was used for
digestionprotocolmsgfParProtocol object defining whether a specific
protocol should be used in the search.nttmsgfParNtt object defining the number of tolerable
termini allowed in the peptides.modificationmsgfParModificationList object holding the
modifications accepted in the search.lengthRangemsgfParLengthRange object setting the limits on
the peptide length in residues that the search allows.chargeRangemsgfParChargeRange object defining which charges
should be included in the search.matchesmsgfParMatches object defining the number of matches
per PSM that gets reported in the output.msgfPar constructor, or with
msgfParGUI for a simple graphical user interfacemsgfParGUIOther msgfParClasses: [[,msgfParModificationList,numeric,missing-method,
[[<-,msgfParModificationList,numeric,missing,msgfParModification-method,
getMSGFpar,msgfParModificationList-method,
length,msgfParModificationList-method,
msgfParModificationList,
msgfParModificationList-class,
show,msgfParModificationList-method;
getMSGFpar,msgfParChargeRange-method,
length,msgfParChargeRange-method,
msgfParChargeRange,
msgfParChargeRange-class,
show,msgfParChargeRange-method;
getMSGFpar,msgfParEnzyme-method,
length,msgfParEnzyme-method,
msgfParEnzyme,
msgfParEnzyme-class,
show,msgfParEnzyme-method;
getMSGFpar,msgfParFragmentation-method,
length,msgfParFragmentation-method,
msgfParFragmentation,
msgfParFragmentation-class,
show,msgfParFragmentation-method;
getMSGFpar,msgfParInstrument-method,
length,msgfParInstrument-method,
msgfParInstrument,
msgfParInstrument-class,
show,msgfParInstrument-method;
getMSGFpar,msgfParIsotopeError-method,
length,msgfParIsotopeError-method,
msgfParIsotopeError,
msgfParIsotopeError-class,
show,msgfParIsotopeError-method;
getMSGFpar,msgfParLengthRange-method,
length,msgfParLengthRange-method,
msgfParLengthRange,
msgfParLengthRange-class,
show,msgfParLengthRange-method;
getMSGFpar,msgfParMatches-method,
length,msgfParMatches-method,
msgfParMatches,
msgfParMatches-class,
show,msgfParMatches-method;
getMSGFpar,msgfParModification-method,
msgfParModification,
msgfParModification-class,
show,msgfParModification-method;
getMSGFpar,msgfParNtt-method,
length,msgfParNtt-method,
msgfParNtt, msgfParNtt-class,
show,msgfParNtt-method;
getMSGFpar,msgfParProtocol-method,
length,msgfParProtocol-method,
msgfParProtocol,
msgfParProtocol-class,
show,msgfParProtocol-method;
getMSGFpar,msgfParTda-method,
length,msgfParTda-method,
msgfParTda, msgfParTda-class,
show,msgfParTda-method;
getMSGFpar,msgfParTolerance-method,
length,msgfParTolerance-method,
msgfParTolerance,
msgfParTolerance-class,
show,msgfParTolerance-method;
msgfPar
parameters <- msgfPar(
database=system.file(package='MSGFplus', 'extdata', 'milk-proteins.fasta'),
tolerance='20 ppm',
instrument='TOF',
enzyme='Lys-C'
)
getMSGFpar(parameters)
## Not run:
# parameters <- msgfPar(
# database=system.file(package='MSGFplus', 'extdata', 'milk-proteins.fasta'),
# tolerance='20 ppm',
# instrument='TOF',
# enzyme='Lys-C'
# )
# runMSGF(parameters, c('file1.mzML', 'file2.mzML'))
# ## End(Not run)
Run the code above in your browser using DataLab