mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 01:08:12 +08:00
remove create ranges, now done on server
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
import * as globals from "../../globals.js"
|
||||
|
||||
/*
|
||||
end result:
|
||||
|
||||
ranges: {
|
||||
Total_reads: {
|
||||
min: 11111,
|
||||
max: 33333
|
||||
},
|
||||
Genes_detected: {
|
||||
min: 444,
|
||||
max: 555
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
const createContinuousRanges = (cells) => {
|
||||
const ranges = {};
|
||||
|
||||
return ranges;
|
||||
}
|
||||
|
||||
export default createContinuousRanges;
|
||||
Reference in New Issue
Block a user