@Deprecated public class ExperimentService extends AbstractRPCService
Experiment
util
Constructor and Description |
---|
ExperimentService()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BioAssaySetInfo[] |
getBioAssaySets(String ID,
int experimentId,
QueryOptions qOpt)
Deprecated.
Gets information about the bioassay sets in an experiment.
|
ExperimentInfo |
getById(String ID,
int itemId)
Deprecated.
Get information about an experiment that you know the ID of.
|
AnnotationTypeInfo[] |
getExperimentalFactors(String ID,
int experimentId,
QueryOptions qOpt)
Deprecated.
Gets an array with information objects for each
experimental factor in an experiment.
|
ExperimentInfo[] |
getExperiments(String ID,
QueryOptions qOpt)
Deprecated.
Gets an array with info about experiments
available for the active session.
|
RawBioAssayInfo[] |
getRawBioAssays(String ID,
int experimentId,
QueryOptions qOpt)
Deprecated.
Gets an array with information objects for each
rawbioassay in an experiment.
|
ReporterListInfo[] |
getReporterLists(String ID,
int experimentId,
QueryOptions qOpt)
Deprecated.
Gets an array with information objects for each reporter list used
in an Experiment.
|
attachFile, getRemoteId, getSessionControl
public ExperimentInfo getById(String ID, int itemId)
ID
- Id to identify the session.itemId
- The ID of the experimentpublic ExperimentInfo[] getExperiments(String ID, QueryOptions qOpt)
ID
- Id for the session to use.qOpt
- QueryOptions to put on the query that gets the Experiments.public BioAssaySetInfo[] getBioAssaySets(String ID, int experimentId, QueryOptions qOpt)
ID
- Id to identify the active session withexperimentId
- Id of the experiment the bioassay sets are in.qOpt
- Includes and restrictions to put on query that gets the bioassay sets.public RawBioAssayInfo[] getRawBioAssays(String ID, int experimentId, QueryOptions qOpt)
ID
- The id to identify an active session.experimentId
- The id of the experiment to get the rawbioassays from.qOpt
- QueryOptions to put on the query when getting the rawbioassays.RawBioAssayInfo
spublic ReporterListInfo[] getReporterLists(String ID, int experimentId, QueryOptions qOpt)
ID
- The id to identify an active session.experimentId
- The id of the experiment to get the reporter lists from.qOpt
- QueryOptions to put on the query when getting the reporter lists.public AnnotationTypeInfo[] getExperimentalFactors(String ID, int experimentId, QueryOptions qOpt)
ID
- The id to identify an active session.experimentId
- The id of the experiment to get the rawbioassays from.qOpt
- QueryOptions to put on the queryAnnotationTypeInfo
:s