diff --git a/src/components/ExpressionTables/ExpressionXCellType.js b/src/components/ExpressionTables/ExpressionXCellType.js index c5816032..157f965d 100644 --- a/src/components/ExpressionTables/ExpressionXCellType.js +++ b/src/components/ExpressionTables/ExpressionXCellType.js @@ -1,5 +1,5 @@ import React, { Component } from 'react'; -import { Grid, TableColumnResizing, TableHeaderRow, +import { Grid, TableColumnResizing, TableHeaderRow, Table, TableSummaryRow, TableBandHeader} from '@devexpress/dx-react-grid-bootstrap4'; import { Col, Row, UncontrolledTooltip, Spinner } from "reactstrap"; import { formatTissueType, formatNumberToPrecision } from "../../helpers/Utils" @@ -72,7 +72,7 @@ class ExpressionXCellType extends Component { title: CELL CLUSTER (predicted state), name: 'clusterName', getCellValue: row => this.parseClusterName(row) - + }, { title: # CELLS IN
CELL CLUSTER
, @@ -151,7 +151,7 @@ class ExpressionXCellType extends Component { getColumnBands() { return [ - { + { title: "CELL CLUSTER VS ALL OTHERS", children: [ { columnName: 'foldChange'}, @@ -166,7 +166,7 @@ class ExpressionXCellType extends Component { render() { const BandCell = ({ children, tableRow, tableColumn, column, ...restProps }) => { return ( - {children} @@ -181,7 +181,7 @@ class ExpressionXCellType extends Component { } else if (this.props.data.length === 0) { return (
) } else { - const totalSummaryItems = [ + const totalSummaryItems = [ { columnName: 'cellCount', type: 'sum' } ] return ( @@ -226,11 +226,11 @@ class ExpressionXCellType extends Component { 4transitional: Represented by an intermediate state showing markers of cells sharing the same parental lineage.  

- {this.props.dataType === "sn" ? + {this.props.dataType === "sn" ? - For more information about the cell type, cluster, and state definitions, see the following publication: - Nature 619, 585–594 (2023) - and github pipelines + For more information about the cell type, cluster, and state definitions, see the following publication: + Nature 619, 585–594 (2023) + and GitHub pipelines : For more information about the cell type, cluster, and state definitions, see the following publication: Nature 619, 585–594 (2023)