Learn R Programming

solvebio (version 2.15.0)

Dataset.get_by_full_path: Dataset.get_by_full_path

Description

A helper function to get a dataset by its full path.

Usage

Dataset.get_by_full_path(full_path, env = .solveEnv)

Arguments

full_path

A valid full path to a dataset.

env

(optional) Custom client environment.

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
Dataset.get_by_full_path("solvebio:public:/ClinVar/3.7.4-2017-01-30/Variants-GRCh37")
}

Run the code above in your browser using DataLab