Description Format Details Author(s) See Also Examples
This dataset is a list of a peptide spectrum matches (protein identification result) from two standard runs.
contains a list of peptide spectrum assignments.
These standard runs (LCMS experiments) are routinely run on well maintained instruments. In this case a standard run consits of a digest of the FETUIN_BOVINE protein (400 amol) and iRT peptides.
Christian Panse, Christian Trachsel and Jonas Grossmann 2014
http://fgcz-data.uzh.ch/~cpanse/specL/data/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | peakplot(peptideStd[[40]]$peptideSequence, peptideStd[[40]])
## Not run:
download.file("http://fgcz-data.uzh.ch/~cpanse/specL/data/peptideStd.blib",
destfile="peptideStd.blib")
download.file("http://fgcz-data.uzh.ch/~cpanse/specL/data/peptideStd.redundant.blib",
destfile="peptideStd.redundant.blib")
# checksum
if (require(tools)){
md5sum(c("peptideStd.blib", "peptideStd.redundant.blib")) ==
c("3f231931e54efd6516d7aa302073b17f",
"8bab829d9e99344136613a17c0374b90")
}
peptideStd <- read.bibliospec("peptideStd.blib")
peptideStd.redundant <- read.bibliospec("peptideStd.redundant.blib")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.