
org.snpeff.fileIterator.microCosm.MicroCosmFileIterator 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.fileIterator.microCosm;
import org.snpeff.fileIterator.LineClassFileIterator;
/**
* Iterate on each line of a MicroCosm predictions
*
* References:
* http://www.ebi.ac.uk/enright-srv/microcosm/
*
* @author pcingola
*/
public class MicroCosmFileIterator extends LineClassFileIterator {
public MicroCosmFileIterator(String fileName) {
super(fileName, MicroCosmEntry.class, "group;miRnaName;method;feature;chr;start;end;strand;phase;score;pValue;transcriptId;externalName;");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy