Class GeneArrayArg

    • Method Detail

      • valueOf

        public static GeneArrayArg valueOf​(String s)
        Used by RS to parse value of request parameters.
        Parameters:
        s - the request arrayGene argument
        Returns:
        an instance of ArrayGeneArg representing an array of Gene identifiers from the input string, or a malformed ArrayGeneArg that will throw an BadRequestException when accessing its value, if the input String can not be converted into an array of Gene identifiers.