powered by
Returns the total number of records for a given SolveBio dataset.
Dataset.count(id, env = .solveEnv, ...)
The ID of a SolveBio dataset, or a Dataset object.
(optional) Custom client environment.
(optional) Additional query parameters (e.g. filters, limit, offset).
https://docs.solvebio.com/
if (FALSE) { dataset <- Dataset.get_by_full_path("solvebio:public:/ClinVar/3.7.4-2017-01-30/Variants-GRCh37") Dataset.count(dataset) Dataset.count(dataset, filters='[["gene_symbol", "BRCA2"]]') }
Run the code above in your browser using DataLab