|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.bio.postprocess.IntergenicRegionUtil
public class IntergenicRegionUtil
Methods for creating feature for intergenic regions.
| Constructor Summary | |
|---|---|
IntergenicRegionUtil(ObjectStoreWriter osw)
Create a new IntergenicRegionUtil object that will operate on the given ObjectStoreWriter. |
|
| Method Summary | |
|---|---|
void |
createIntergenicRegionFeatures()
Create IntergenicRegion objects |
protected java.util.Iterator<?> |
createIntergenicRegionFeatures(java.util.Set<org.intermine.model.bio.Location> locationSet,
java.util.Map<org.intermine.model.bio.Location,java.util.Set<org.intermine.model.bio.Gene>> locToGeneMap,
java.lang.Integer chrId)
Return an iterator over a Set of IntergenicRegion objects that don't overlap the Locations in the locationSet argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntergenicRegionUtil(ObjectStoreWriter osw)
osw - the ObjectStoreWriter to use when creating/changing objects| Method Detail |
|---|
public void createIntergenicRegionFeatures()
throws ObjectStoreException
ObjectStoreException - if there is an ObjectStore problem
protected java.util.Iterator<?> createIntergenicRegionFeatures(java.util.Set<org.intermine.model.bio.Location> locationSet,
java.util.Map<org.intermine.model.bio.Location,java.util.Set<org.intermine.model.bio.Gene>> locToGeneMap,
java.lang.Integer chrId)
throws ObjectStoreException
locationSet - a set of Locations for the Genes on a particular chromosomelocToGeneMap - a Map from Location.start to Gene and Location.end to Gene,
used by this method to find the next and previous Genes for
setting the IntergenicRegion.upstreamGene and downstreamGene
fieldschrId - the ID of the Chromosome that the Locations refer to
ObjectStoreException - if there is an ObjectStore problem
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||