https://github.com/krasnitzlab/organoidstoolbox
Enabling organoid analyses using drug sreening, RNA-seq, exome-seq
https://github.com/krasnitzlab/organoidstoolbox
Last synced: about 13 hours ago
JSON representation
Enabling organoid analyses using drug sreening, RNA-seq, exome-seq
- Host: GitHub
- URL: https://github.com/krasnitzlab/organoidstoolbox
- Owner: KrasnitzLab
- Created: 2022-08-29T21:23:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T20:13:04.000Z (over 3 years ago)
- Last Synced: 2024-05-09T07:53:06.593Z (about 2 years ago)
- Language: R
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://codecov.io/gh/KrasnitzLab/OrganoidsToolBox)
[](https://opensource.org/licenses/Artistic-2.0)
[](https://github.com/KrasnitzLab/OrganoidsToolBox/actions/workflows/check-bioc.yml)
# Organoids Tool Box
Enabling organoid analyses using drug sreening, RNA-seq, exome-seq
## Documentation ##
[OrganoidsToolBox Website](https://adeschen.github.io/OrganoidsToolBox/)
[OrganoidsToolBox Get Started](https://adeschen.github.io/OrganoidsToolBox/articles/OrganoidsToolBox.html)
## Installation ##
To install the latest accessible version of **_OrganoidsToolBox_**, the [devtools](https://cran.r-project.org/web/packages/devtools/index.html)
package is required.
## Load required package
library(devtools)
## Install the latest version of OrganoidsToolBox
devtools::install_github('KrasnitzLab/OrganoidsToolBox')
## License ##
This package and the underlying **_OrganoidsToolBox_** code are distributed under
the Artistic license 2.0. You are free to use and redistribute this software.
For more information on Artistic 2.0 License see
[http://opensource.org/licenses/Artistic-2.0](http://opensource.org/licenses/Artistic-2.0)
## Bugs/Feature requests ##
If you have any bugs or feature requests,
[let us know](https://github.com/KrasnitzLab/OrganoidsToolBox/issues).
Thanks!