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

org.snpeff.reactome.events.Event Maven / Gradle / Ivy

The newest version!
package org.snpeff.reactome.events;

import org.snpeff.reactome.Entity;

/**
 * A reactome event (any generic event, from pathways to polymerizations)
 * 
 * @author pcingola
 *
 */
public class Event extends Entity {

	public Event(int id, String name) {
		super(id, name);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy