referenceNof1
is the R implementation of the reference biomarker algorithm by (Zaim 2020)
1 2 | applyFilter(gs.mat = utils::data("mcf7"), expressionCutoff =30,
fold_change_window=c(1, 1.5), FDR.cutoff=0.1)
|
gs.mat |
a matrix of paired samples used to develop the reference standard. All paired samples must be adjacent |
expressionCutoff |
a scalar positive integer > 1 indicating the minimum count value of RNA-seq |
FCCutoff |
a scalar indicating minimum fold change cutoff |
FDR.cutoff |
fdr.threshold for determining which set of genes are DEGs in the reference standard |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.