Gene Position Analysis
Find a file
2024-01-31 12:14:55 +01:00
data Use ensembl database server instead of biomart 2023-11-15 11:44:30 +01:00
man method: Add context help 2024-01-31 12:14:55 +01:00
R method: Add context help 2024-01-31 12:14:55 +01:00
scripts Use ensembl database server instead of biomart 2023-11-15 11:44:30 +01:00
.gitignore Use ensembl database server instead of biomart 2023-11-15 11:44:30 +01:00
.Rbuildignore Fix some package issues 2021-11-06 13:22:57 +01:00
DESCRIPTION Remove neural network 2023-11-11 09:58:49 +01:00
LICENSE.md Relicense to AGPL 2021-11-25 11:16:07 +01:00
NAMESPACE Remove neural network 2023-11-11 09:58:49 +01:00
README.md Add link to geposanui 2022-11-28 15:57:13 +01:00

geposan

Geposan is a R package for analyzing genes based on their position across species. The package includes gene data from Ensembl. It provides multiple methods to use that data to find genes that score well in comparison with a set of reference genes.

Installation

You can install the development version of geposan using:

# install.packages("remotes")
remotes::install_git("https://code.johrpan.de/johrpan/geposan.git")

See this page for more information on this command.

Graphical interface

Please also take a look at the interactive graphical web interface for geposan which is available as a separate R package called geposanui.

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 for more details.