View source: R/exploratory_analysis.R
get_HK | R Documentation |
Get housekeeping genes from global expression profile
get_HK(exp)
exp |
A gene expression data frame with genes in row names and samples in column names or a 'SummarizedExperiment' object. |
This function identifies housekeeping genes, which are broadly expressed genes with low variation in a global scale across samples. For some cases, users would want to remove these genes as they are not interesting for coexpression network analyses. See references for more details.
Character vector of housekeeping gene IDs.
Fabricio Almeida-Silva
Machado, F.B., Moharana, K.C., Almeida‐Silva, F., Gazara, R.K., Pedrosa‐Silva, F., Coelho, F.S., Grativol, C. and Venancio, T.M. (2020), Systematic analysis of 1298 RNA‐Seq samples and construction of a comprehensive soybean (Glycine max) expression atlas. Plant J, 103: 1894-1909.
data(zma.se)
hk <- get_HK(zma.se)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.