mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 10:38:13 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
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