DavisLaboratory / singscore

An R/Bioconductor package that implements a single-sample molecular phenotyping approach
https://davislaboratory.github.io/singscore/
40 stars 5 forks source link

Issue with centering upScores #1

Closed MomenehForoutan closed 5 years ago

MomenehForoutan commented 6 years ago

There is a small bug in the main simpleScore function. @Rachael-rq please add this code to the line 105 here "https://github.com/DavisLaboratory/singscore/blob/master/R/CoreFuns.R": normUpScore = normUpScore - 0.5 Thanks!

ruqianl commented 6 years ago

Yep, fixed