Skip to content

>4600 cas numbers without cname #12

@hreinwald

Description

@hreinwald

When running this I have noticed that there are more than 4600 compounds with cname in the data base.

require(data.table)
chem = setDT(stx_chem())
chem_na = chem[is.na(cname)]
nrow(chem_na)   # ---->  result 4673!

Maybe we can build something like a custom lookup for those cas with missing cname.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions