Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added link to the paper #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Genomic selection using deep learning and saliency map

We provide a deep-learning method to predict five quantitative traits (Yield, Protein, Oil, Moisture and Plant height) of SoyNAM dataset.
We provide a deep-learning method to predict five quantitative traits (Yield, Protein, Oil, Moisture and Plant height) of SoyNAM dataset.
We also applied saliency map approach measure phenotype contribution for genome wide association study.
The program is implemented using Keras2.0 and Tensorflow backend with python 2.7
The program is implemented using Keras2.0 and Tensorflow backend with python 2.7.
See [1] for the full method.

### Prerequisites

Expand Down Expand Up @@ -39,6 +40,9 @@ python height.py
* **Email** - *[email protected]*
* **Email** - *[email protected]*

## References

* [1] Liu, Yang, et al. "Phenotype prediction and genome-wide association study using deep convolutional neural network of soybean." Frontiers in genetics 10 (2019): 1091. [here](https://www.frontiersin.org/articles/10.3389/fgene.2019.01091)

## License
GNU v2.0
Expand Down