|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.postprocess.PostProcessor
org.intermine.bio.postprocess.UpdateOrthologues
public class UpdateOrthologues
Orthologues from INPARANOID are attched to Proteins not Genes, this class finds all Orthologues and Paralogues on Proteins and creates references to to corresponding Genes, duplicating the [Orth|Para]logues if the Protein references multiple Genes.
| Field Summary | |
|---|---|
protected ObjectStore |
os
|
| Fields inherited from class org.intermine.postprocess.PostProcessor |
|---|
osw |
| Constructor Summary | |
|---|---|
UpdateOrthologues(ObjectStoreWriter osw)
Create a new UpdateOrthologes object from an ObjectStoreWriter |
|
| Method Summary | |
|---|---|
void |
postProcess()
Find orthologues with protein and homologueProtein set and, where possible, set object and subject to corresponding genes. |
| Methods inherited from class org.intermine.postprocess.PostProcessor |
|---|
getObjectStoreWriter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ObjectStore os
| Constructor Detail |
|---|
public UpdateOrthologues(ObjectStoreWriter osw)
osw - writer on genomic ObjectStore| Method Detail |
|---|
public void postProcess()
throws ObjectStoreException
postProcess in class PostProcessorObjectStoreException - if anything goes wrong
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||