Skip to content

Commit 739a691

Browse files
committed
added some context to traits/06
1 parent 088e186 commit 739a691

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

traits/06-agronomic-metadata.Rmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
210

311
## Joining database tables
412

0 commit comments

Comments
 (0)