R/phenotype_services.R
get_phenotypes.Rd
A list of all/subset of phenotypes in the current project.
gor connection structure, create it using platform_connect
Deprecated : Optional character, character vector or list of tags to filter for.
Maximum number of results fetched (default: 100)
Only fetch phenotypes that are in a given list of phenotype names
Only fetch phenotypes that have all tags in the given list of tags
Fetch phenotypes that have any of the tags in the given list of tags
Only list phenotypes that match the given pn counts. (include greater or less symbol in string eg ">10")
Only fetch phenotypes in the given list of categories
Only fetch phenotypes in the given list of states
String of keywords to search for in phenotypes, such as name, categories and tags
Fetch a specific playlist of phenotypes by the playlist id
Only fetch phenotypes that match the given dates. Example: >=2017-04-01 ┃ <=2012-07-04 ┃ 2016-04-30..2016-07-04
Only fetch phenotypes in the given list of result types
List of phenotypes
if (FALSE) {
api_key <- Sys.getenv("GOR_API_KEY")
project <- Sys.getenv("GOR_PROJECT")
conn <- platform_connect(api_key, project)
phenotypes <- get_phenotypes(conn, limit=5)
}