overlap_scatterplot: Plot total gene count against percentage of significant genes

View source: R/tools.R

overlap_scatterplotR Documentation

Plot total gene count against percentage of significant genes

Description

Plot total gene count against percentage of significant genes

Usage

overlap_scatterplot(dat, n = 15)

Arguments

dat

clusterProfiler GO-term table with attached GOTermGeneCount and Percent_Significant column

n

Number of GO-terms to label

Examples

  dat_goterms$Biological_Process %>%
    mygo::attach_goterm_genecount() %>%
    mygo::overlap_scatterplot

paulklemm/mygo documentation built on July 27, 2023, 11:36 a.m.