Description Usage Arguments Value Examples
The details of assays returned by searching
| 1 | assayDetail(accession = c("22134", "22135"), accessionRownames = TRUE)
 | 
| accession | character, a vector of assay accession. The default is c("22134", "22135") | 
a data.frame of assay details, including: projectAccession, assayAccession, title, shortLabel, species, sampleDetails, ptmNames, instrumentNames, keywords, experimentalFactor, proteinCount, peptideCount, uniquePeptideCount, identifiedSpectrumCount, totalSpectrumCount, ms2Annotation, chromatogram, softwares, diseases, quantMethods, and contacts.
| 1 2 3 4 5 6 7 8 9 10 | {
## Not run: 
# Search for one accession
assayDetail("22134")
# Search for two accessions
assayDetail(c("22134", "22135"))
## End(Not run)
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.