Description Usage Arguments Value
View source: R/codeAllCaseControl_v1.5.R
calculate foldchange between case and control for each celltype
1 2 3 4 5 6 7 | mylog2foldChange.diy.casecontrol(
inData,
cell.type,
method = "median",
probs = 0.75,
status = NULL
)
|
inData |
a dataframe of gene expression |
cell.type |
the cell type which you want to calculate the foldchange |
method |
default is "median",eg "median" or "mean" |
probs |
the quantile for median calculate |
the foldchange value of each celltype in cellwave object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.