Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@

<!-- badges: end -->

# Breedverse <img src="inst/app/www/breedverse_logo.png" align="right" width="250"/>

**Breedverse** is a modular R Shiny application developed by [Breeding Insight](https://www.breedinginsight.org) at University of Florida (UF/IFAS). It serves as a unified hub that lets users install and launch specialized breeding analysis tools — all from a single interface, with no command-line setup required.

---


## Overview

Expand Down Expand Up @@ -38,17 +40,6 @@ Breedverse::run_app()

Modules are installed from within the app via the **Install Modules** page. Each module is sourced from GitHub and loaded dynamically. A restart of the app is required after installation to activate the new features.

### Qploidy — Ploidy Estimation

> GitHub: [`Cristianetaniguti/Qploidy`](https://github.com/Cristianetaniguti/Qploidy)

| Feature | Description |
|---|---|
| Standardization | Allele intensities / read counts standardization |
| Ploidy Estimation | Sample-level ploidy inference |
| Aneuploidy Detection | Identify chromosomal copy-number aberrations |

---

### BIGapp — Genotype Processing, Population Genomics, GWAS and GS

Expand Down
Loading