Class CellBrowserUtils


  • public class CellBrowserUtils
    extends Object
    • Constructor Detail

      • CellBrowserUtils

        public CellBrowserUtils()
    • 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, otherwise StringUtil.makeNames(String) will be used it make it R-friendly