1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-09-21 05:12:05 +00:00
beefblup/README.md

37 lines
1.5 KiB
Markdown
Raw Normal View History

2018-09-07 15:09:33 +00:00
# beefblup
2018-09-10 23:05:30 +00:00
2019-08-03 02:27:05 +00:00
#### \# KeepEPDsReal
2018-09-10 23:05:30 +00:00
MATLAB and Python scripts and Excel spreadsheets that can be used in conjunction to find breeding values for beef cattle.
## How to Use
2018-11-13 22:51:40 +00:00
1. Choose a spreadsheet appropriate to the trait you want to analyze from the `Excel` folder, and save it to your hard drive
2018-09-10 23:05:30 +00:00
2. Place your data into the structure described by the spreadsheet
3. If you wish to add more contemporary group traits to your analysis, add them into or directly after the Purple section
4. Download the entire `MATLAB` folder, and set it as your current MATLAB directory
5. Run `beefblup.m`
6. Select the spreadsheet file you just placed your data into
7. Select a file that you would like to save your results to
8. Breeding values and contemporary group adjustments will be outputted to the file you selected
## Contributing
2018-11-13 22:51:40 +00:00
I will gladly take input on the following:
2018-09-10 23:05:30 +00:00
* Converting MATLAB scripts to Python
* Optimizing code sections
* Adding spreadsheets for additional traits
* Bug reports, usability issues, etc.
If you are writing code, please keep the code clean by:
* Indenting using the native editor's formating
2018-11-13 22:51:40 +00:00
* Naming variables in full word English using all lowercase for MATLAB and camelCase for Python, unless the matrix name is generally agreed upon in academic papers (i.e. A is the additive relationship matrix)
2018-09-10 23:05:30 +00:00
* For MATLAB, functions go in a separate file
* Comments go before a code block: no inline comments
## License
2019-08-03 02:27:05 +00:00
Distributed under the 3-Clause BSD License