Description Usage Arguments Value Author(s) See Also Examples
View source: R/MetFragConfigR.R
This function prepares CompTox SDF MetFrag Export files for use in MetFragCL. It reads the SDF and extracts numeric metadata field names for inclusion as scoring terms.
1 | CompToxSDFtoLocalSDFterms(SDF_file)
|
SDF_file |
Full path and file name to the Dashboard Export SDF file |
Returns a list containing the SDF file name, a list of scoring terms to add to the MetFrag config file and a corresponding score weights entry.
Emma Schymanski <emma.schymanski@uni.lu> in partnership with Christoph Ruttkies (MetFragCL), Antony J. Williams and team (CompTox Dashboard)
MetFragConfig
, runMetFrag
, process.sdf.file
1 2 | CompToxSDF <- system.file("extdata","CompToxBatchSearch_MetFrag_MSready_C10H14N2.sdf",package="ReSOLUTION")
LocalSDFterms <- CompToxSDFtoLocalSDFterms(CompToxSDF)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.