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

Update Rd files for baseline-v0.3.0 branch #168

Closed johnbradley closed 3 years ago

johnbradley commented 3 years ago

Some of the Rd files on this branch are out of date. For example: https://github.com/phenoscape/rphenoscape/blob/2428d5c17a3201d7fe4de9c07d9602a27fb757d1/man/phenotype_matches.Rd#L31 Should be

phenotype_matches(x, get_studies(phenotype = x$id[1]))

Regenerate the Rd files so they are up to date.

johnbradley commented 3 years ago

Fixed by #169