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

org.snpeff.reactome.Compartment Maven / Gradle / Ivy

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