You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: traits/06-agronomic-metadata.Rmd
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
-
# Phenotype Analysis
1
+
# Querying Agronomic Meta-data
2
+
3
+
In previous tutorials you have learned how to query trait data using a variety of different methods, including the web interface, an API, and the R traits package. Here you will continute to use the R traits package, and learn how to access meta-data from other tables in the database.
4
+
5
+
While the basic search query that we have used in previous sections provides the key information that you may need for an analysis - the genotype name, the location, date, and method, there are other tables that contain more specific metadata.
6
+
7
+
For example, the managements table provides information about planting and harvest dates, planting density, and rates of fertilizer, pesticide, and herbicide applications.
8
+
9
+
While the main search results provide the latitude and longitude of the center of each plot, if you query the sites table directly you can also find the plot boundary - this can be useful for subsetting georeferenced images.
0 commit comments