-
Notifications
You must be signed in to change notification settings - Fork 1
Reports GWAS
The Triticeae Toolbox edited this page May 30, 2018
·
1 revision
For each assembly the follow analysis was run
- Markers aligned to assembly using BLAST
- blast-iwgsc.php
- parse-blast.php
- reads BLAST output
- writes significant matches to blast.results.txt
- load-marker-report.php
- reads blast.results.txt
- adds marker_uid
- writes best match for each marker to file marker-report.csv for loading into database table marker_report_reference
- Markers assigned to nearest gene (within 1MB)
- get-gene-RefSeq.php
- reads gene information from gff3 file
- reads location information from specified physical map
- writes marker, location, and gene information to table qtl_annotations