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

For example, if top = 50, head 50 and tail 50 will return from a ordered DEG data frame after filtering by threshold value of P value

top_deg(DEG_df, x = "log2FoldChange", y = "pvalue", 50, 0.05)


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