issues
search
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
Removes pk_ prefix from term.R functions
#185
Closed
johnbradley
closed
3 years ago
johnbradley
commented
3 years ago
Function changes:
Renames pk_taxon_detail() to get_taxon_detail()
Renames pk_anatomical_detail() to get_anatomical_detail()
Renames pk_phenotype_detail() to get_phenotype_detail()
Renames pk_gene_detail() to get_gene_detail()
Renames pk_is_extinct() to is_extinct()
Renames R/pk_terms.R to R/terms.R
Fixes #177
Function changes:
Renames R/pk_terms.R to R/terms.R
Fixes #177