Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
plugins
GSEA
Commits
59de1bbc
Commit
59de1bbc
authored
Jan 22, 2020
by
David Hoksza
Browse files
commenting out logs
parent
fc06322a
Pipeline
#19913
passed with stage
in 1 minute and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/js/index.js
View file @
59de1bbc
...
...
@@ -304,11 +304,11 @@ function calculateGSEA() {
var
N
=
globals
.
allProteinRnaGene
.
length
;
var
n
=
ovHgncNames
.
size
;
console
.
log
(
'
pw
'
,
pwName
);
console
.
log
(
'
m
'
,
m
);
console
.
log
(
'
k
'
,
k
);
console
.
log
(
'
N
'
,
N
);
console
.
log
(
'
n
'
,
n
);
//
console.log('pw', pwName);
//
console.log('m', m);
//
console.log('k', k);
//
console.log('N', N);
//
console.log('n', n);
if
(
k
>
0
)
{
//var px = (kcomb(m,k)*kcomb(N-m,n-k))/kcomb(N,n);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment