-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |