phenoscape / rphenoscape

R package to make phenotypic traits from the Phenoscape Knowledgebase available from within R.
https://rphenoscape.phenoscape.org/
Other
5 stars 5 forks source link

Fix example using deprecated function #230

Closed johnbradley closed 3 years ago

johnbradley commented 3 years ago

In the baseline-v0.3.0 branch the get_study_data() example uses the deprecated pk_get_study_list() function:

https://github.com/phenoscape/rphenoscape/blob/3759ab34b818ebe40adb349a7b5a729ce5bd7408/R/study.R#L101-L102 Update this example to use the get_studies() function instead.

johnbradley commented 3 years ago

Fixed by #231