Description Usage Arguments Value Author(s) See Also Examples
View source: R/MetFragConfigR.R
This function prepares CompTox CSV Export files for use in MetFragCL. It extracts numeric metadata field names for inclusion as scoring terms.
1 | CompToxCSVtoLocalCSVterms(csv_file, start_index=15)
|
csv_file |
Full path and file name to the Dashboard Export file to process |
start_index |
The column number where the metadata columns start (default |
Returns a list containing the CSV 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)
1 2 | CompToxCSV <- system.file("extdata","CompToxBatchSearch_MetFrag_MSready_C10H14N2_wSelectMetaData.csv",package="ReSOLUTION")
LocalCSVterms <- CompToxCSVtoLocalCSVterms(CompToxCSV)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.