Phenotypes | R Documentation |
Phenotypes object, inheriting from ConceptLibraryClient::Endpoint - allows querying of phenotypes/ endpoints
Response object
Response object
Response object
Response object
Response object
Response object
Data read in from the file
Formatted phenotype data
Formatted concept data
Formatted concept data
Concept component
Formatted phenotype data
ConceptLibraryClient::Endpoint
-> Phenotypes
ALLOWED_FILE_EXTENSIONS
(list) List of file extensions allowed
PHENOTYPE_IGNORE_FILEDS
(list) List of fields to ignore
ALLOWED_FILE_EXTENSIONS
(list) List of file extensions allowed
PHENOTYPE_IGNORE_FILEDS
(list) List of fields to ignore
get()
Queries phenotypes/, with optional query parameters
Phenotypes$get(...)
...
(list) List of optional parameters
get_versions()
Queries phenotypes/id/get-versions/
Phenotypes$get_versions(phenotype_id)
phenotype_id
(string) Id of entity to query
get_detail()
Queries phenotypes/id/detail/ or phenotypes/id/version/id/detail/
Phenotypes$get_detail(phenotype_id, version_id = NA)
phenotype_id
(string) Id of entity to query
version_id
(integer) Version id of entity to query
get_codelist()
Queries phenotypes/id/export/codes/ or phenotypes/id/version/id/export/codes/
Phenotypes$get_codelist(phenotype_id, version_id = NA)
phenotype_id
(string) Id of entity to query
version_id
(integer) Version id of entity to query
save_definition_file()
Formats phenotype detail and saves it to file
Phenotypes$save_definition_file(path, phenotype_id, version_id = NA)
path
(string) Path to save the file
phenotype_id
(string) Id of entity to query
version_id
(integer) Version id of entity to query
create()
Creates a new phenotype based on the .yaml file supplied
Phenotypes$create(path)
path
(string) Path to definition file
update()
Updates an existing phenotype with details from the .yaml file supplied
Phenotypes$update(path)
path
(string) Path to definition file
clone()
The objects of this class are cloneable with this method.
Phenotypes$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.