R/plotDOT1.R

Defines functions plotDOT1

Documented in plotDOT1

#' plotDOT1
#'
#'Analyse RNA-seq data
#' @param x GO or KEGG enrich analized data
#' @example
#' plotDOT1(x)
plotDOT1<-function(x){
  library(clusterProfiler)
  dotplot(GO,split='ONTOLOGY')+facet_grid(ONTOLOGY~.,scales = 'free')
}
Jiahao-Kuang/seqanalyseR documentation built on May 7, 2023, 11:27 a.m.