Compare commits
3 Commits
d6c320de95
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| dfa9736d78 | |||
| 54ec4ad42d | |||
| dd9379f00b |
@@ -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){
|
impose.mono <- function(x, dir){
|
||||||
# Function to impose monotonicity on elements of the vector, x
|
# Function to impose monotonicity on elements of the vector, x
|
||||||
# dir="incr" gives increasing monotonicity
|
# dir="incr" gives increasing monotonicity
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
# scripts-elispot
|
# scripts-elispot
|
||||||
|
|
||||||
Repositorio para los scripts relacionados con elispots.
|
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.
|
||||||
Reference in New Issue
Block a user