View source: R/Functions_SIRIUS.R
getSirius | R Documentation |
get SIRIUS results for a given spectrum
getSirius(outfolder, hash, ts)
outfolder |
folder with SIRIUS results |
hash |
hash tag to look for |
ts |
timestamp to look for |
Finds a result folder matching the search terms and reads its contents.
hash
copy of hash
timestamp
copy of ts
allfiles
character vector with all files in outfolder
summary
path of the summary_sirius.csv
file
summary_expanded
data.frame read in from the
summary_sirius.csv
file
annotations
list of all files in the spectra
subfolder of the result folder
trees_dot
list of all fragmentation tree .dot
files
trees_json
list of all fragmentation tree .json
files
summary_fingerid
path of the summary_csi_fingerid.csv
file
summary_fingerid_expanded
data.frame read in from the
summary_csi_fingerid.csv
file
fingerids
list of all files in the csi_fingerid
subfolder of the result folder
fingerprints
list of all files in the fingerprints
subfolder of the result folder
Returns a list with information for a completed SIRIUS job
that matches hash
and ts
in outfolder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.