The package helps researchers compute automatically rapidly the q-value in their study. The formula is used to compute the Q-value (Benjamini-Hochberg procedure) is as follows: Q-value = P-value * (total number of hypotheses tested) / (rank of the P-value) I build this R package as an auxiliary tool to the package computeC and geneSA.
'df' data: 'df' is a data frame including: - The rows: The rows are genes - The columns: 'P.value' column: the name of column must be named like this (i.e., P.value). P-values are ranked in the increasing order 'rank' column: the name of column must be named like this (i.e., rank). it is the rank of p values.
Use the following command to install directly from GitHub;
devtools::install_github("huynguyen250896/computeQ")
Call the library:
library(computeQ)
running example:
computeQ(df)
Please kindly cite the following paper and Star (and Fork, if can) this Github repository if you use the tool in this repo:
...
Feel free to contact Quang-Huy Nguyen for any questions about the code and results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.