-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename package from reneeTools to MOSuite
BREAKING CHANGE: all instances of reneeTools are now 'MOSuite', reneeDataSet is multiOmicDataSet, and renee_ds is moo (multi-omic object)
- Loading branch information
1 parent
3ee462b
commit 79d1fdd
Showing
37 changed files
with
238 additions
and
231 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
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
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,4 +1,4 @@ | ||
contact_links: | ||
- name: Discussions | ||
url: https://github.com/CCBR/reneeTools/discussions | ||
url: https://github.com/CCBR/MOSuite/discussions | ||
about: Please ask and answer questions here. |
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
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
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
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
File renamed without changes.
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
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,14 +1,17 @@ | ||
# reneeTools development version 0.0.0.9000 | ||
# MOSuite development version 0.0.0.9000 | ||
|
||
This is the first release of reneeTools 🎉 | ||
This is the first release of MOSuite 🎉 | ||
|
||
- Create a `NEWS.md` file to track changes to the package. | ||
|
||
## Main functions & classes | ||
|
||
- `reneeDataSet` (#16, #28, @kelly-sovacool) | ||
- `create_reneeDataSet_from_files()` | ||
- `create_reneeDataSet_from_dataframes()` | ||
- `multiOmicDataSet` (#16, #28, @kelly-sovacool) | ||
- `create_multiOmicDataSet_from_files()` | ||
- `create_multiOmicDataSet_from_dataframes()` | ||
- `run_deseq2()` | ||
- `calc_cpm()` (#38, @kelly-sovacool) | ||
- `filter_counts()` (#38, @kelly-sovacool) | ||
|
||
Note: at the start of development, this package was called reneeTools. | ||
Later it was renamed to MOSuite. () |
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
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
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
Oops, something went wrong.