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