|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.adfconverter.data.adf.ADFJava
Root Object representing an ADF file/data set.s Composed of an header part, several features, reporters and CompositeSequences(optional) data The internal ADF representation is based on the ADF file structure. THe ADF files can be in tabular text format or Microsoft Excel Workbook format ADF files (spreadsheet):
| Field Summary | |
java.lang.String |
application
application representation the microarray application, the experiment is used for. |
static java.lang.String |
compositeFileExtension
compositeFileExtension: default CompositeSequence text file extension |
static java.lang.String |
headerFileExtension
adfFile: default header text file extension |
static java.lang.String |
reporterFileExtension
reporterFileExtension: default feature reporter text file extension |
static java.lang.String |
workbookFileExtension
workbookFileExtension: default Microsoft Excel Workbook file extension |
| Constructor Summary | |
ADFJava()
Default ADFJava Constructor Inits associated tables |
|
ADFJava(CorrectableDataTable header)
testing purpose |
|
ADFJava(CorrectableDataTable header,
CorrectableDataTable features,
CorrectableDataTable reporters,
CorrectableDataTable CompositeSequences,
CorrectableDataTable bioSequences,
java.util.Hashtable ReporterGroupList,
java.util.Hashtable CompositeSequenceList)
ADFJava class Constructor with associated elements (header, feature, reporter, CompositeSequence biosequence, and group lists. |
|
| Method Summary | |
void |
clear()
Clear the object |
java.io.File |
getADFFile()
retrieves the ADF associated to the object |
java.lang.String |
getApplication()
retrieves the application of the microarray layout |
static java.util.ArrayList |
getAuthorisedADFExtension()
Retrieves the list of possible file extensions for ADF |
CorrectableDataTable |
getBiosequencesTable()
retrieves the ADF biosequences table |
java.util.Hashtable |
getCompositeSequenceList()
retrieves the ADF Composite Sequence List |
CorrectableDataTable |
getCompositeSequenceTable()
retrieves the ADF compositeSequences table |
CorrectableDataTable |
getFeatureTable()
retrieves the ADF feature table |
CorrectableDataTable |
getHeaderTable()
retrieves the ADF header table |
java.util.Hashtable |
getReporterGroupList()
retrieves the ADF Reporter Group List |
CorrectableDataTable |
getReporterTable()
retrieves the ADF reporter table * @return the associated ADF reporter table |
CorrectableDataTable |
getTable(java.lang.String tableName)
Retrieves a table following a given name |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String application
application representation the microarray application, the experiment is used for.
public static final java.lang.String compositeFileExtension
compositeFileExtension: default CompositeSequence text file extension
public static final java.lang.String headerFileExtension
adfFile: default header text file extension
public static final java.lang.String reporterFileExtension
reporterFileExtension: default feature reporter text file extension
public static final java.lang.String workbookFileExtension
workbookFileExtension: default Microsoft Excel Workbook file extension
| Constructor Detail |
public ADFJava()
public ADFJava(CorrectableDataTable header)
header -
public ADFJava(CorrectableDataTable header,
CorrectableDataTable features,
CorrectableDataTable reporters,
CorrectableDataTable CompositeSequences,
CorrectableDataTable bioSequences,
java.util.Hashtable ReporterGroupList,
java.util.Hashtable CompositeSequenceList)
header - the ADF Header tablefeatures - the ADF Feature tablereporters - THe ADF reporter tablebioSequences - The biosequence table associated to reporters and CompositeSequencesCompositeSequences - The CompositeSequence tableReporterGroupList - The Reporter group listCompositeSequenceList - The CompositeSequence group listS| Method Detail |
public void clear()
public java.io.File getADFFile()
public java.lang.String getApplication()
public static java.util.ArrayList getAuthorisedADFExtension()
public CorrectableDataTable getBiosequencesTable()
public java.util.Hashtable getCompositeSequenceList()
public CorrectableDataTable getCompositeSequenceTable()
public CorrectableDataTable getFeatureTable()
public CorrectableDataTable getHeaderTable()
public java.util.Hashtable getReporterGroupList()
public CorrectableDataTable getReporterTable()
public CorrectableDataTable getTable(java.lang.String tableName)
tableName - the name of the table to retrieve
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||