Description Usage Arguments Details Value Author(s)
View source: R/functions-addIdentificationData.R
A function to filter out PSMs matching to the decoy database, of rank greater than one and matching non-proteotypic peptides.
1 2 3 4 5 6 7 8 | filterIdentificationDataFrame(
x,
decoy = "isDecoy",
rank = "rank",
accession = "DatabaseAccess",
spectrumID = "spectrumID",
verbose = isMSnbaseVerbose()
)
|
x |
A |
decoy |
The column name defining whether entries match the
decoy database. Default is |
rank |
The column name holding the rank of the PSM. Default
is |
accession |
The column name holding the protein (groups)
accession. Default is |
spectrumID |
The name of the spectrum identifier
column. Default is |
verbose |
A |
The PSMs should be stored in a data.frame
such as those produced
by readMzIdData()
. Note that this function should be called
before calling the reduce method on a
PSM data.frame
.
A new data.frame
with filtered out peptides and with the
same columns as the input x
.
Laurent Gatto
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.