deg_filter | R Documentation |
This function filters out genes based on their expression change status. It returns the names of genes which are not "stable".
deg_filter(df)
df |
A data frame containing gene expression data. |
A vector of gene names that are differentially expressed.
DEG_deseq2_file <- system.file("extdata", "DEG_deseq2.rds", package = "TransProR")
DEG_deseq2 <- readRDS(DEG_deseq2_file)
DEG_deseq2_test <- deg_filter(DEG_deseq2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.