A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://bioconductor.org/packages/devel/bioc/html/../../bioc/html/../vignettes/mzR/inst/doc/mzR.R below:

## ----openraw------------------------------------------------------------------ library(mzR) library(msdata) mzxml <- system.file("threonine/threonine_i2_e35_pH_tree.mzXML", package = "msdata") aa <- openMSfile(mzxml) ## ----get header information--------------------------------------------------- runInfo(aa) instrumentInfo(aa) header(aa,1) ## ----plotspectrum------------------------------------------------------------- pl <- peaks(aa,10) peaksCount(aa,10) head(pl) plot(pl[,1], pl[,2], type="h", lwd=1) ## ----close the file----------------------------------------------------------- close(aa) ## ----openid------------------------------------------------------------------- library(mzR) library(msdata) file <- system.file("mzid", "Tandem.mzid.gz", package="msdata") x <- openIDfile(file) ## ----metadata----------------------------------------------------------------- mzidInfo(x) ## ----psms0-------------------------------------------------------------------- p <- psms(x) colnames(p) ## ----psms1-------------------------------------------------------------------- m <- modifications(x) head(m) ## ----psms2-------------------------------------------------------------------- scr <- score(x) colnames(scr) ## ----label=sessioninfo, results='asis', echo=FALSE---------------------------- toLatex(sessionInfo())

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4