diff --git a/src/components/Summary/CellTypeSummary.js b/src/components/Summary/CellTypeSummary.js index aeb75e53..3f8fabc0 100644 --- a/src/components/Summary/CellTypeSummary.js +++ b/src/components/Summary/CellTypeSummary.js @@ -69,6 +69,7 @@ class CellTypeSummary extends Component { { columnName: 'sn', width: 'auto', align: 'center', wordWrapEnabled: true }, { columnName: 'sc', width: 'auto', align: 'center', wordWrapEnabled: true }, { columnName: 'rt', width: 'auto', align: 'center', wordWrapEnabled: true }, + { columnName: 'rp', width: 'auto', align: 'center', wordWrapEnabled: true }, ] } @@ -76,10 +77,11 @@ class CellTypeSummary extends Component { return [ { columnName: 'structureRegion', width: 102,}, { columnName: 'structureSubregion', width: 169}, - { columnName: 'clusterName', width: 600}, + { columnName: 'clusterName', width: 465}, { columnName: 'sn', width: 135 }, { columnName: 'sc', width: 135}, { columnName: 'rt', width: 135 }, + { columnName: 'rp', width: 135 }, ] } @@ -117,12 +119,19 @@ class CellTypeSummary extends Component { ) }, { - title: REGIONAL
TRASCRIPTOMICS
, + title: REGIONAL
TRANSCRIPTOMICS
, name: 'rt', getCellValue: row => ( this.linkDataTypeCells(row.isRegionalTranscriptomics, 'rt', row) ) }, + { + title: REGIONAL
PROTEOMICS
, + name: 'rt', + getCellValue: row => ( + this.linkDataTypeCells(row.isRegionalProteomics, 'rp', row) + ) + }, ] }; diff --git a/src/helpers/ApolloClient.js b/src/helpers/ApolloClient.js index ef1c27dd..6a49c0e9 100644 --- a/src/helpers/ApolloClient.js +++ b/src/helpers/ApolloClient.js @@ -122,6 +122,7 @@ export const fetchClusterHierarchy = async (cellType) => { isSingleNucCluster isSingleCellCluster isRegionalTranscriptomics + isRegionalProteomics cellTypeId clusterId cellTypeOrder