Closed rbartelme closed 4 years ago
Got season 6 data transferred into the CyVerse datastore directory as /iplant/home/rbartelme/Season6_raw/
. The trait data are season_6_2020-06-25T204820.csv
and weather data are weather_station_gdd_season_6_2020-06-25T205200.csv
.
Added cloned commands with season 6 data, this code will need to be refactored, but will be good enough to run some test cross-validations for issue #28
Added to-do, add date filtering for season 4.
Crossed out functional programming solution, this will be a separate issue in the next sprint. Without filtering of season 4 mac treatments
in the jupyter notebook, it will be hard to batch input the data frames to operate across all them equally with purrr
's map
function.
- [ ] Refactor clean-up R script to have functional programming withpurrr
'smap()
function operating across a list of Sorghum datasets containing the same cultivarswrite.table()
could be implemented in a function.