
org.snpeff.snpEffect.factory.SnpEffPredictorFactoryGff3 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SnpEff Show documentation
Show all versions of SnpEff Show documentation
Variant annotation and effect prediction package.
The newest version!
package org.snpeff.snpEffect.factory;
import org.snpeff.snpEffect.Config;
/**
* This class creates a SnpEffectPredictor from a GFF3 file
*
* References:
* - http://www.sequenceontology.org/gff3.shtml
* - http://gmod.org/wiki/GFF3
* - http://www.eu-sol.net/science/bioinformatics/standards-documents/gff3-format-description
*
* @author pcingola
*/
public class SnpEffPredictorFactoryGff3 extends SnpEffPredictorFactoryGff {
public SnpEffPredictorFactoryGff3(Config config) {
super(config);
version = "GFF3";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy