Nothing
test_mzid <- function() {
library("mzID")
file <- system.file("mzid", "Tandem.mzid.gz", package="msdata")
x <- openIDfile(file)
validObject(x)
y <- mzID(file)
fy <- flatten(y)
s <- score(x)
checkTrue(identical(s$X.Tandem.hyperscore, fy$"x\\!tandem:hyperscore"))
checkTrue(identical(s$X.Tandem.expect, fy$"x\\!tandem:expect"))
p <- psms(x)
checkTrue(identical(as.character(p$spectrumID), fy$spectrumid))
checkTrue(identical(as.character(p$post), fy$post))
checkTrue(identical(as.character(p$sequence), fy$pepseq))
checkTrue(identical(as.character(p$DatabaseAccess), fy$accession))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.