Uses of Class
ubic.gemma.rest.util.args.CompositeSequenceArrayArg
Packages that use CompositeSequenceArrayArg
-
Uses of CompositeSequenceArrayArg in ubic.gemma.rest
Methods in ubic.gemma.rest with parameters of type CompositeSequenceArrayArgModifier and TypeMethodDescriptionPlatformsWebService.getPlatformElement(PlatformArg<?> platformArg, CompositeSequenceArrayArg probesArg, OffsetArg offset, LimitArg limit, CursorArg cursorArg, boolean withSequence, boolean withGenes) Retrieves composite sequences (elements) of the given platform. -
Uses of CompositeSequenceArrayArg in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return CompositeSequenceArrayArgMethods in ubic.gemma.rest.util.args with parameters of type CompositeSequenceArrayArgModifier and TypeMethodDescriptionPlatformArgService.getElementFilters(PlatformArg<?> arg, CompositeSequenceArrayArg probesArg) Filters for the/{platform}/elements/{probes}endpoints: the platform scope AND the{probes}id/name set restriction.PlatformArgService.getElements(PlatformArg<?> arg, CompositeSequenceArrayArg probesArg, int limit, int offset, boolean withSequence) PlatformArgService.getElements(PlatformArg<?> arg, CompositeSequenceArrayArg probesArg, int limit, int offset, boolean withSequence, boolean withGenes) Probe-set variant with the opt-in gene column.PlatformArgService.getElementsByCursor(PlatformArg<?> arg, CompositeSequenceArrayArg probesArg, Cursor cursor, int limit) Cursor-mode counterpart toFilteringVoEnabledService.loadValueObjects(Filters, Sort, int, int)scoped to a single platform AND a fixed set of probe identifiers (the/{platform}/elements/{probes}endpoint) — seeCURSOR_PAGINATION_STEP1_PLAN.mdstep 1j.PlatformArgService.getElementsByCursor(PlatformArg<?> arg, CompositeSequenceArrayArg probesArg, Cursor cursor, int limit, boolean withSequence) Cursor-mode + probe-set variant ofPlatformArgService.getElements(PlatformArg, int, int, boolean).PlatformArgService.getElementsByCursor(PlatformArg<?> arg, CompositeSequenceArrayArg probesArg, Cursor cursor, int limit, boolean withSequence, boolean withGenes) Cursor-mode + probe-set variant with the opt-in gene column.