SID_map {pubchem_kit} R Documentation

parse the pubchem sid map data file

Description

Usage

SID_map(sidMapText,
    skipNoCID = TRUE,
    dbfilter = NULL);

Arguments

sidMapText

[as string]

skipNoCID

skip of the sid map item which has no cid assigned yet?. [as boolean]

dbfilter

filter out the sid map data with a specific given db name. [as string]

Details

Authors

BioNovoGene

Value

A collection of the map data that could be used for get the knowledge base id mapping from external database, and map between the pubchem sid and cid.

clr value class

Examples


[Package pubchem_kit version 1.0.0.0 Index]