
org.snpeff.reactome.Compartment 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;
/**
* A Reactome compartment (a part of a cell)
*
* @author pcingola
*
*/
public class Compartment extends Entity {
public Compartment(int id, String name) {
super(id, name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy