Uses of Interface
edu.upenn.gloDB.io.DataFile

Packages that use DataFile
edu.upenn.gloDB.io   
 

Uses of DataFile in edu.upenn.gloDB.io
 

Subinterfaces of DataFile in edu.upenn.gloDB.io
 interface SequenceFile
          Interface for files that contain Sequences (ie.
 interface TrackFile
          Interface for files that contain Features or Sequences (ie.
 

Classes in edu.upenn.gloDB.io that implement DataFile
 class FASTASequence
          Import Sequence data from a FASTA file.
 class FASTATrack
          Import Track data from a FASTA file.
 class GenBankTrack
          Import/Export Track data from/to GenBank files.
 class GFFTrack
          Import/Export Track data from/to GFF files.
 class GloDBTrack
          Import/Export Track data from/to GloDB files.
 

Methods in edu.upenn.gloDB.io that return DataFile
static DataFile FileIO.getDataType(int type, java.lang.String desc)
          Returns the DataFile based on the file type and type description.
 




Copyright 2012 Stephen Fisher and Junhyong Kim, University of Pennsylvania. All Rights Reserved.