All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.snpeff.fileIterator.MatrixEntryFileIterator Maven / Gradle / Ivy

The newest version!
package org.snpeff.fileIterator;

/**
 * Iterate on each line of a file, creating a MatrixEntry
 * 
 * @author pcingola
 */
public class MatrixEntryFileIterator extends LineClassFileIterator {

	public MatrixEntryFileIterator(String fileName) {
		super(fileName, MatrixEntry.class, "chr;pos;id;ref;alt;matrix");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy