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

org.campagnelab.dl.somatic.mappers.FeatureMapperV18 Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package org.campagnelab.dl.somatic.mappers;

/**
 * Same as V13, but with FractionDifferences4 instead of 3., to avoid division by zero when sum to counts is 0
 * in one sample.
 */
public class FeatureMapperV18 extends NamingConcatFeatureMapper {
    public FeatureMapperV18() {
        super(new SimpleFeatureCalculator(true), new IndelFeatures(),
                new ReadIndexFeaturesFix(), new FractionDifferences4(), new MagnitudeFeatures2()
        );
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy