net.maizegenetics.dna.map.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tassel Show documentation
Show all versions of tassel Show documentation
TASSEL is a software package to evaluate traits associations, evolutionary patterns, and linkage
disequilibrium.
/**
* Supports genetic and physical map representations of genomes including their annotation.
*
* Definitions:
*
* Sites are the list of positions recorded in a genotype table. They are organized into a list.
*
* Positions are any defined point in the genome. Generally they are polymorphic, but they do not need to
* be.
*
* Chromosome can be viewed as physical chromosome, but it can also be used as an order set of positions.
* For example, chromosome
* could be used to reference a large series of contigs.
*
* Annotations are descriptors about a position, e.g. reference allele, minor allele frequency, strand, etc.
*/
package net.maizegenetics.dna.map;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy