This internal function computes the actual hits using the camera method.
compute_camera(
xglm,
lrt,
DGEList,
matrix_model,
contrast,
number_barcode = 3,
thresh = 1e-04,
lfc = 1
)object created with estimateDisp
object created with glmFit
edgeR object
Arguments passed on to find_camera_hit
matrix_modelThe matrix that will be used to perform the
linear model analysis created using
model.matrix
threshThe threshold for the False Discovery Rate (FDR) that has to be used to select the statistically significant hits.
lfcThe Log2FC threshold.
number_barcodeNumber of barcode that as to be differentially expressed (DE)in order to consider the gene associated DE. Example a gene is associated with 10 shRNA we consider a gene DE if it has at least number_barcode = 5 shRNA DE.
The list of hits found by the camera method