seekia/resources/geneticReferences/attributeLoci/attributeLoci.go

8 lines
431 B
Go

// attributeLoci provides loci associated with various bodily attributes
// For example, this package stores all loci associated with the brain
// We can then use this same set of loci to predict all attributes pertaining to the brain, such as autism, depression, anxiety, etc.
// We need this package because we can't have packages that import from polygenicDiseases->traits and traits->polygenicDiseases
package attributeLoci