process.sdf.file: Process SDF File to retrieve tags and properties

Description Usage Arguments Value Author(s) See Also Examples

View source: R/processSDF.R

Description

This parses an SDF file and retrieves information used to select relevant to MetFrag scoring terms from CompTox Dashboard Export files. Used within CompToxSDFtoLocalSDFterms.

Usage

1
process.sdf.file(SDF_file)

Arguments

SDF_file

Full path and file name to SDF file

Value

This returns a set of SDF tags and information whether values are numeric or not

Author(s)

Christoph Ruttkies, Emma Schymanski <emma.schymanski@uni.lu>

See Also

CompToxSDFtoLocalSDFterms

Examples

1
2
CompToxSDF <- system.file("extdata","CompToxBatchSearch_MetFrag_MSready_C10H14N2.sdf",package="ReSOLUTION")
process.sdf.file(CompToxSDF)

schymane/ReSOLUTION documentation built on May 22, 2021, 3:41 a.m.