View source: R/decoyScoreTable.R
decoyScoreTable | R Documentation |
Takes an input object and returns a score table for the decoys.
decoyScoreTable(object, decoy, score, log10 = TRUE)
object |
A |
decoy |
|
score |
|
log10 |
|
A data.frame
with a logical "decoy"
column and numeric "scores"
.
Elke Debrie, Lieven Clement
library(mzID) ## Use one of the example files in the mzID package exampleFile <- system.file("extdata", "55merge_tandem.mzid", package = "mzID") mzIDexample <- mzID(exampleFile) decoyScoreTable(mzIDexample, decoy = "isdecoy", score = "x\\!tandem:expect")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.