
org.campagnelab.dl.somatic.mappers.FeatureMapperV17 Maven / Gradle / Ivy
package org.campagnelab.dl.somatic.mappers;
import org.campagnelab.dl.framework.iterators.ConcatFeatureMapper;
/**
* Same as V16, but with GenomicPositionMapper
*/
public class FeatureMapperV17 extends ConcatFeatureMapper {
public FeatureMapperV17() {
super(new SimpleFeatureCalculator(true), new IndelFeatures(),
new ReadIndexFeatures(), new FractionDifferences4(), new MagnitudeFeatures2(),
new GenomicPositionMapper()
);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy