Interface DataLoader

    • Method Detail

      • setBioAssayToSampleNameMapper

        void setBioAssayToSampleNameMapper​(BioAssayMapper bioAssayToSampleNameMatcher)
        Set the strategy used for mapping BioAssay to sample names from the data.
      • setIgnoreUnmatchedSamples

        void setIgnoreUnmatchedSamples​(boolean ignoreUnmatchedSamples)
        Ignore unmatched samples from the data.

        This defaults to true.

      • setDesignElementToGeneMapper

        void setDesignElementToGeneMapper​(DesignElementMapper designElementToGeneMapper)
        Set the strategy used for mapping CompositeSequence to gene identifiers from the data.
      • setIgnoreUnmatchedDesignElements

        void setIgnoreUnmatchedDesignElements​(boolean ignoreUnmatchedDesignElements)
        Ignore unmatched design elements from the data when creating vectors.

        This defaults to true.

        There's a discussions to make this default in false in general for sequencing data.