Skip to contents

Check the Availability of APIs.

Usage

CheckAPI(
  database = c("SRA/ENA", "GEO", "PanglaoDB", "UCSC Cell Browser", "Zenodo", "CELLxGENE",
    "Human Cell Atlas")
)

Arguments

database

Vector of databases for API checking. Default: c("SRA/ENA", "GEO", "PanglaoDB", "UCSC Cell Browser", "Zenodo", "CELLxGENE", "Human Cell Atlas").

Value

NULL.

Examples

# \donttest{
# check all databases
CheckAPI()
# }