Class CellBrowserUtils
java.lang.Object
ubic.gemma.core.visualization.cellbrowser.CellBrowserUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringconstructCellId(BioAssay bioAssay, String cellId, boolean useBioAssayIds, boolean useRawColumnNames) Construct a cell ID for the Cell Browser.static String
-
Constructor Details
-
CellBrowserUtils
public CellBrowserUtils()
-
-
Method Details
-
constructDatasetName
-
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
-