Package | Description |
---|---|
net.maizegenetics.analysis.association |
Approaches for conducting GWAS including GLM and MLM approaches
|
net.maizegenetics.analysis.modelfitter |
The modelfitter package contains classes that use various methods to fit multiple variant
sites to a GWAS model.
|
net.maizegenetics.dna.snp |
Data structures for holding SNP and indel variation across taxa (samples) and genomic positions.
|
Modifier and Type | Method and Description |
---|---|
GenotypeTable.GENOTYPE_TABLE_COMPONENT |
EqtlAssociationPlugin.genotypeComponent()
If the genotype table contains more than one type of
genotype data, choose the type to use for the analysis.
|
GenotypeTable.GENOTYPE_TABLE_COMPONENT |
FastMultithreadedAssociationPlugin.genotypeTable()
If the genotype table contains more than one type of
genotype data, choose the type to use for the analysis.
|
GenotypeTable.GENOTYPE_TABLE_COMPONENT |
FixedEffectLMPlugin.genotypeTable()
If the genotype table contains more than one type of
genotype data, choose the type to use for the analysis.
|
Modifier and Type | Method and Description |
---|---|
EqtlAssociationPlugin |
EqtlAssociationPlugin.genotypeComponent(GenotypeTable.GENOTYPE_TABLE_COMPONENT value)
Set Genotype Component.
|
FastMultithreadedAssociationPlugin |
FastMultithreadedAssociationPlugin.genotypeTable(GenotypeTable.GENOTYPE_TABLE_COMPONENT value)
Set Genotype Component.
|
FixedEffectLMPlugin |
FixedEffectLMPlugin.genotypeTable(GenotypeTable.GENOTYPE_TABLE_COMPONENT value)
Set Genotype Component.
|
Modifier and Type | Method and Description |
---|---|
GenotypeTable.GENOTYPE_TABLE_COMPONENT |
StepwiseAdditiveModelFitterPlugin.genotypeTable()
If the genotype table contains more than one type of
genotype data, choose the type to use for the analysis.
|
Modifier and Type | Method and Description |
---|---|
StepwiseAdditiveModelFitterPlugin |
StepwiseAdditiveModelFitterPlugin.genotypeTable(GenotypeTable.GENOTYPE_TABLE_COMPONENT value)
Set Genotype Component.
|
Modifier and Type | Method and Description |
---|---|
static GenotypeTable.GENOTYPE_TABLE_COMPONENT |
GenotypeTable.GENOTYPE_TABLE_COMPONENT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenotypeTable.GENOTYPE_TABLE_COMPONENT[] |
GenotypeTable.GENOTYPE_TABLE_COMPONENT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.