mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 02:58:11 +08:00
temp
This commit is contained in:
@@ -63,6 +63,9 @@ const getCoordinatesByCategoricalValues = (
|
||||
) {
|
||||
// Create/fetch the scratchpad value
|
||||
let coords = coordsByCategoryLabel.get(categoryValue);
|
||||
for (lets coord of coordsByCategoryLabel) {
|
||||
console.log(coord);
|
||||
}
|
||||
if (coords === undefined) {
|
||||
// Get the number of cells which are in the categorical value
|
||||
const numInCategoricalValue = categoryValueCounts[categoryValueIndex];
|
||||
|
||||
Reference in New Issue
Block a user