Request the information of one compound

request_wikipedia_compound(compound_id = "Microcystin-LR")

Arguments

compound_id

compound_id name

Value

A data frame.

Author

Xiaotao Shen shenxt1990@outlook.com

Examples

request_wikipedia_compound(compound_id = "Microcystin-LR")
#> # A tibble: 36 × 2
#>    name                                                                    value
#>    <chr>                                                                   <chr>
#>  1 "Names"                                                                 "Nam…
#>  2 "IUPAC name\n(5R,8S,11R,12S,15S,18S,19S,22R)-15-[3-(diaminomethylidene… "IUP…
#>  3 "Other names\n5-L-Arginine-microcystin LA"                              "Oth…
#>  4 "Identifiers"                                                           "Ide…
#>  5 "CAS Number"                                                            "101…
#>  6 "3D model (JSmol)"                                                      "Int…
#>  7 "Abbreviations"                                                         "MC-…
#>  8 "ChEBI"                                                                 "CHE…
#>  9 "ChEMBL"                                                                "ChE…
#> 10 "ChemSpider"                                                            "494…
#> # … with 26 more rows
request_wikipedia_compound(compound_id = "Glucose")
#> # A tibble: 44 × 2
#>    name                                                                    value
#>    <chr>                                                                   <chr>
#>  1 "Names"                                                                 "Nam…
#>  2 "Pronunciation"                                                         "/ˈɡ…
#>  3 "IUPAC name\nSystematic name:\n   (2R,3S,4R,5R)-2,3,4,5,6-Pentahydroxy… "IUP…
#>  4 "Preferred IUPAC name\nPINs are not identified for natural products."   "Pre…
#>  5 "Other names\nBlood sugarsDextroseCorn sugard-GlucoseGrape sugar"       "Oth…
#>  6 "Identifiers"                                                           "Ide…
#>  7 "CAS Number"                                                            "50-…
#>  8 "3D model (JSmol)"                                                      "Int…
#>  9 "3DMet"                                                                 "B01…
#> 10 "Abbreviations"                                                         "Glc"
#> # … with 34 more rows