sdf2index | R Documentation |
Ensure data is in valid sdf format then index the sdf file. sdf files can be downloaded from https://mona.fiehnlab.ucdavis.edu/downloads.
This function makes use of functions to ensure validity and formatting is correct for pseudoDrift
sdf2index(sdf_input, out_name)
sdf_input |
Input file in .sdf format. |
out_name |
Name of the .xls file to be written out. |
Two files written to the current working directory: 1) an index .xls file with the outname
prefix, 2) an sdf file with the valid
prefix.
sdf2index(sdf_input = system.file("extdata", "test.sdf", package = "pseudoDrift"), out_name = "Index.xls")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.