net.maizegenetics.analysis.modelfitter.SNP 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.
package net.maizegenetics.analysis.modelfitter;
import java.util.ArrayList;
import net.maizegenetics.dna.map.Chromosome;
public class SNP {
public String name;
public Chromosome locus;
public int position;
public ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy