Description Usage Arguments Value Examples
These functions generate tables using information from the fragment assignment module.
fragment.matched.ions generates a matrix containing detailed information about the assigned fragments.
fragment.matched.peaks generates the assigned fragments with matches grouped by matched peak.
fragment.matched.clusters generates a matrix of assignments along with their original m/z and charge state values as seen in the raw spectra.
1 2 3 4 5 |
data |
output from read.bupid |
format |
decides the return type: list or matrix |
Returns the assignment information table.
Returns the matrix of assignments.
Returns the list or matrix of assignments.
1 2 3 4 5 6 7 8 9 | ## Not run:
server <- "http://bupid.bumc.bu.edu/cgi-bin/get_results.cgi"
infile <- "key=WBNqTswT5DPg3aDO&ID=320&date=20150309"
data <- read.bupid(url=paste(server,infile,sep="?"))
fragment.matched.ions(data)
fragment.matched.peaks(data)
fragment.matched.clusters(data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.