https://github.com/quantgen/gpdatasets
Genomic Prediction Datasets
https://github.com/quantgen/gpdatasets
Last synced: about 2 months ago
JSON representation
Genomic Prediction Datasets
- Host: GitHub
- URL: https://github.com/quantgen/gpdatasets
- Owner: QuantGen
- Created: 2023-08-25T18:03:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T19:45:11.000Z (4 months ago)
- Last Synced: 2025-02-09T13:15:50.398Z (3 months ago)
- Language: TeX
- Size: 66.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPDatasets
The G2P-Datasets app is a platform for accessing >100 public genome-to-phenome datasets for plants and animals.
## How to use GPDatasets
Datasets and code in the repo can be search for via the GPDatasets web app at [https://mtwatson.shinyapps.io/G2P-datasets/](https://mtwatson.shinyapps.io/G2P-datasets/).### Accessing datasets and analyses
To browse datasets, go to the "Datasets" module of the web app (the default module) and search the dataset's metadata (species, type of study, etc.) in the search box. Additional metadata fields (n Genotypes, n Markers, etc.) can be used as filters individually in the search table. Click on a dataset in the table to view a summary of the dataset. Below the dataset summary, the user can also access code to load the dataset from an external database (GPDatasets links to datasets in situ and does not store datasets itself), format the data to a standard format for analysis, and perform genomic prediction on the data using a range of provided models.### Contributing a dataset
To contribute a dataset to the repository, first make sure it's not already in the repository (see Accessing datasets and analyses). If it isn't already present, go to the "Add dataset" module of the web app and fill in all the required fields about the dataset's metadata and code to load and format the data. The app will then package the provided metadata and code into a standard format which can be pushed to the repo as-is. Download the packaged dataset .zip file, unzip it, and push the resulting folder formatted metadata to https://github.com/QuantGen/GPDatasets using the provided instructions.