Class GeoFamilyParser

  • All Implemented Interfaces:
    Parser<Object>

    public class GeoFamilyParser
    extends Object
    implements Parser<Object>
    Class for parsing GSE and GDS files from NCBI GEO. See ncbi geo for format information.
    Author:
    keshav, pavlidis
    • Constructor Detail

      • GeoFamilyParser

        public GeoFamilyParser()
    • Method Detail

      • parse

        public void parse​(String fileName)
                   throws IOException
        Description copied from interface: Parser
        Parse a file identified by its path.
        Specified by:
        parse in interface Parser<Object>
        Parameters:
        fileName - Absolute path to the file
        Throws:
        IOException - if there is a problem while manipulating the file
      • sampleTypeSet

        public void sampleTypeSet​(String accession,
                                  String string)
      • setProcessPlatformsOnly

        public void setProcessPlatformsOnly​(boolean b)