Class CellBrowserUtils
- java.lang.Object
-
- ubic.gemma.core.visualization.cellbrowser.CellBrowserUtils
-
public class CellBrowserUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description CellBrowserUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
constructCellId(BioAssay bioAssay, String cellId, boolean useBioAssayIds, boolean useRawColumnNames)
Construct a cell ID for the Cell Browser.
-
-
-
Method Detail
-
constructCellId
public static String constructCellId(BioAssay bioAssay, String cellId, boolean useBioAssayIds, boolean useRawColumnNames)
Construct a cell ID for the Cell Browser.- Parameters:
useBioAssayIds
- use the BioAssay ID as the sample ID instead of the short name (or name)useRawColumnNames
- if true, the sample ID and cell ID will be concatenanted as-is, otherwiseStringUtil.makeNames(String)
will be used it make it R-friendly
-
-