knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(RNAseqStat)

More tools for you

Up and Down gene should be grouped ahead of Enrichment analysis. A handly function proved in our package

DEG_df_g <- cut_much(DEG_df,x = "log2FoldChange",y = "pvalue",cut_FC = 2,cut_P = 0.01)


xiayh17/RNAseqStat documentation built on June 16, 2022, 11:51 a.m.