.ssrc.mascot | R Documentation |
this helper function computes a linear model between redicted and measured retention time of the as imput set given identified peptides.
TODO(cp): consider moving this method to the protViz package.
.ssrc.mascot(x, scores = c(10, 20, 40, 50), ...)
x |
|
scores |
default is |
... |
passed to the plot function. |
a plot and summary
Christian Panse <cp@fgcz.ethz.ch>, 2017,2019
library(ExperimentHub) eh <- ExperimentHub(); load(query(eh, c("NestLink", "F255744.RData"))[[1]]) .ssrc.mascot(F255744, scores = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.