View source: R/norm_FDR_SQAUC.R
norm_FDR_SQAUC | R Documentation |
norm_FDR_SQAUC The function controls the false discovery rate (FDR) of coexpression patterns using SQAUC method Jichun Xie and Ruosha Li. "False discovery rate control for high dimensional networks of quantile associations conditioning on covariates". In: J R Stat Soc Series B Stat Methodol (2018). doi: 10.1111/rssb.12288.
norm_FDR_SQAUC(value, sam_mean, sam_sd, alpha, n, p)
value |
the vector of coexpression patterns |
sam_mean |
the estimated sample mean |
sam_sd |
the estimated sample sd |
alpha |
the type I error rate |
n |
the number of cells |
p |
the number of genes |
lower bound threshold for genes to be significantly coexpressed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.