Skip to content

Commit

Permalink
v0.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-sahu committed Feb 19, 2021
1 parent ae932a1 commit a9f3b53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
9 changes: 4 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Package: cloudos
Title: R Client Library for CloudOS
Version: 0.0.0.9000
Version: 0.01
Authors@R:
person(given = "Lifebit",
family = "Biotech",
person(given = "Sangram Keshari",
family = "Sahu",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
email = "[email protected]")
Description: The 'CloudOS' client library for R makes it easy to interact with
CloudOS <https://cloudos.lifebit.ai/> in the R environment for analysis.
License: MIT + file LICENSE
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# cloudos 0.01

* Phenotypic plot improvement and bug fixes #9
* Adds phenotypic filter discovery, query and apply. `cb_search_phenotypic_filters()`, `cb_filter_metadata()`, `cb_get_filter_statistics()`, `cb_apply_filter()` and also support for multiple phenotypic filter apply. #13
* Improvements to API error error handling and message though `httr::stop_with_status()` #21
* Adds functionality to get participants table based on saved columns instead of default columns. #25
* Adds filtering for genotypic filtering #26
* Refactor of cloudos config access #27

# cloudos 0.0.0.9000

* First complete set of cb_* functions for Cohort Browser endpoints

0 comments on commit a9f3b53

Please sign in to comment.