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.
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.
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")
renv
git clone git@github.com:urppeia/shannonR.git
Open the project by opening shannonR.Rproj file
Restore packages
install.packages("renv")
renv::restore()
Contributions are welcome! Please follow these steps:
Fork the repository.branch (git checkout -b feature-branch).Commit your changes (git commit -m 'Add new feature').Push to the branch (git push origin feature-branch).Pull Request.Please ensure your code adheres to the Contributor Covenant Code of Conduct.