Commit 5b0f82e5 authored by smorabit's avatar smorabit
Browse files

working on ROC curve stuff

parent 4ef244a0
Loading
Loading
Loading
Loading

R/helpers.R

0 → 100644
+5 −0
Original line number Diff line number Diff line
# scale between 0 & 1
scale01 <- function(x){
  y <- min(x); z <- max(x);
  (x-y) / (z-y)
}

scWGCNA_testing.Rmd

0 → 100644
+1304 −0

File added.

Preview size limit exceeded, changes collapsed.