Skip to content

urppeia/shannonR

Repository files navigation

ShannonR

Website Codecov test coverage License Documentation Last Commit GitHub issues Dependencies

Overview

ShannonR is an R package designed for advanced analysis of methylation data, developed as part of the URPP Evolution in Action: From Genomes to Ecosystems initiative. This package provides tools for processing, analyzing, and visualizing methylation data, with a focus on biological and evolutionary research applications.

Features

Data Processing: Efficiently handle large methylation datasets with robust preprocessing functions. Statistical Analysis: Perform comprehensive statistical analyses tailored for methylation data. Visualization: Generate high-quality plots and visualizations to interpret methylation patterns. Integration: Seamlessly integrate with other bioinformatics tools and pipelines.

Installation

To install ShannonR, you can use the following commands in R:

# Install devtools if not already installed
install.packages("devtools")

# Install ShannonR from GitHub
devtools::install_github("urppeia/shannonR")

Usage

Here’s a basic example to get started with ShannonR:

# Load the library
library(shannonR)

Using renv

  1. Clone the repo locally
git clone [email protected]:urppeia/shannonR.git
  1. Open the project by opening shannonR.Rproj file

  2. Restore packages

install.packages("renv")
renv::restore()

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a Pull Request.

Please ensure your code adheres to the Contributor Covenant Code of Conduct.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

R package for performing JSD analysis

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages