From d45e796a11f6fceb1e99441f8a2683ff9421cba6 Mon Sep 17 00:00:00 2001 From: Nathan Creger Date: Wed, 20 Mar 2024 15:11:30 -0400 Subject: [PATCH] remove underlined spaces --- .../ExpressionTables/ExpressionXCellType.js | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/components/ExpressionTables/ExpressionXCellType.js b/src/components/ExpressionTables/ExpressionXCellType.js index 157f965d..8aee33bd 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,9 @@ 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)