|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.adfconverter.tools.converter.MAGEToADFConverter
Convert MAGE data file) in ADF objects This class converts a MAGE-OM object (MAGEJava) to an ADFJava object. The conversion happens only on Array design data.
| Field Summary | |
boolean |
IsSimpleMicroArrayLayout
|
| Constructor Summary | |
MAGEToADFConverter()
Default MAGEToADFConverter Constructor inits organization list |
|
MAGEToADFConverter(java.util.Properties prop)
MAGEToADFConverter Constructor inits the converter with a list of properties |
|
| Method Summary | |
void |
convertHeader(PhysicalArrayDesign mageobj)
Retrieves a ADF header data from a Physical ArrayDesign Add data to the current ADFJava object corresponding to the mage data. |
ADFJava |
convertToADF(java.io.File magefile)
Converts data from a MAGE-ML file to ADFJava. |
ADFCompositeSequence |
createCompositeSequence(ADFReporter reporter)
In case of simple microarray layout, create the composite sequence associated to the reporter Data, are simply copy from reporter to compositeSequence |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean IsSimpleMicroArrayLayout
| Constructor Detail |
public MAGEToADFConverter()
public MAGEToADFConverter(java.util.Properties prop)
prop - configuration properties of the converter| Method Detail |
public void convertHeader(PhysicalArrayDesign mageobj)
throws IncorrectFileStructure
mageobj - the Physical Array Design to retrieve data from.
IncorrectFileStructure - if the file describing the ADF structure is incorrect
public ADFJava convertToADF(java.io.File magefile)
throws java.io.IOException,
IncorrectFileStructure
magefile - the MAGE-ML file to convert
java.io.IOException - if an error occurs during access to the MAGE-ML file
IncorrectFileStructure - if the structure file used to convert in ADF is incorrect
public ADFCompositeSequence createCompositeSequence(ADFReporter reporter)
throws IncorrectFileStructure
reporter - the ADFreporter which is associated the created compositesequence
IncorrectFileStructure - if the ADF structure file is incorrect.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||