Compare commits

..

3 Commits

Author SHA1 Message Date
Costa dfa9736d78 Añadir referencia a la autora original del script sobre el que estamos modificando. 2021-10-11 15:48:03 +02:00
Costa 54ec4ad42d Añadir descripción script. 2021-10-11 15:15:31 +02:00
Costa dd9379f00b Añadir descripción script "CALCULATE SPOTS DIFF.R" 2021-10-11 15:13:19 +02:00
2 changed files with 14 additions and 1 deletions
+11
View File
@@ -1,3 +1,14 @@
## This functions are adapted from Zoe Moodie version.
## https://rundfr.fredhutch.org/
## https://www.fredhutch.org/content/dam/www/research/divisions/vaccine-infectious-disease-division/staff-scientists/moodie/elsdfreq.R
############
## REFERENCE:
## Cancer Immunol Immunother. 2010 Oct; 59(10): 1489.1501.
## doi: 10.1007/s00262-010-0875-4
## PMCID: PMC2909425
## Response definition criteria for ELISPOT assays revisited
## Z. Moodie, L. Price, C. Gouttefangeas, A. Mander, S. Janetzki, M. Loewer, M. J. P. Welters, C. Ottensmeier, S. H. van der Burg, and Cedrik M. Britten
impose.mono <- function(x, dir){
# Function to impose monotonicity on elements of the vector, x
# dir="incr" gives increasing monotonicity
+2
View File
@@ -1,3 +1,5 @@
# scripts-elispot
Repositorio para los scripts relacionados con elispots.
**CALCULATE SPOTS DIFF.R**: contiene las funciones necesarias para calcular si hay diferencia estadística con los controles.