
org.snpeff.reactome.events.BlackBoxEvent 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.reactome.events;
/**
* A black box event
*
* @author pcingola
*
*/
public class BlackBoxEvent extends Reaction {
public BlackBoxEvent(int id, String name) {
super(id, name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy