Package ubic.gemma.persistence.util
Class ChannelUtils
java.lang.Object
ubic.gemma.persistence.util.ChannelUtils
Determine if a quantitation type (by name) represents background or signal. This includes a variety of cases, some of
them 'special'.
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isBackgroundChannelA
(String name) For two-color arrays: Given the quantitation type name, determine if it represents the channel A background.static boolean
isBackgroundChannelB
(String name) For two-color arrays: Given the quantitation type name, determine if it represents the channel B background.static boolean
isSignalChannelA
(String name) For two-color arrays: Given the quantitation type name, determine if it represents the channel A signal.static boolean
isSignalChannelB
(String name) For two-color arrays: Given the quantitation type name, determine if it represents the channel B signal.
-
Constructor Details
-
ChannelUtils
public ChannelUtils()
-
-
Method Details
-
isBackgroundChannelA
For two-color arrays: Given the quantitation type name, determine if it represents the channel A background.- Parameters:
name
- name- Returns:
- boolean
-
isBackgroundChannelB
For two-color arrays: Given the quantitation type name, determine if it represents the channel B background.- Parameters:
name
- name- Returns:
- boolean
-
isSignalChannelA
For two-color arrays: Given the quantitation type name, determine if it represents the channel A signal. (by convention, green)- Parameters:
name
- name- Returns:
- boolean
-
isSignalChannelB
For two-color arrays: Given the quantitation type name, determine if it represents the channel B signal. (by convention, red)- Parameters:
name
- name- Returns:
- boolean
-