geposanui/README.md

30 lines
1,006 B
Markdown

# tpeold
Tpeold provides a Shiny interface for analyzing genes and finding TPE-OLD
candidates based on known TPE-OLD genes.
## Installation
You can install the development version of tpeold using:
```r
# install.packages("remotes")
remotes::install_github("dreamRs/shinyvs")
remotes::install_git("https://code.johrpan.de/johrpan/tpeold.git")
```
See [this page](https://remotes.r-lib.org/reference/install_git.html) for more
information on this command.
## License
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the
[GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html)
for more details.