You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/testGeneSetEnrichment.js
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,13 @@ import * as utils from "./utils.js";
11
11
* Each entry of the array is a unique integer index identifying a marker gene in the common namespace, where each index lies in `[0, totalGenes)`.
12
12
*
13
13
* In other words, given a common namespace array `X` containing the gene names, the marker names can be obtained as `Array.from(markers).map(i => X[i])`.
14
+
* See {@linkcode remapGeneSets} for more details.
14
15
* @param {Array} geneSets - Array containing the gene sets.
15
16
* Each entry corresponds to a single gene set and may be an Array or TypedArray.
16
17
* Each array should contain unique indices for the genes belonging to the set.
17
18
*
18
19
* In other words, given a common namespace array `X` containing the gene names, the names of the genes in set `s` can be obtained as `Array.from(geneSets[s]).map(i => X[i])`.
20
+
* See {@linkcode remapGeneSets} for more details.
19
21
* @param {number} totalGenes - Total number of genes in the common namespace.
0 commit comments