R/reactome_pwf.R

Defines functions pwf

#' @import goseq

pwf <- function(gene.vector, org ){

  if (org == 'fly') ( genome = 'dm3')
  if (org == 'human') ( genome = 'hg19')

  pwf = nullp(gene.vector,genome = genome, id = 'geneSymbol' ,plot.fit = F) %>%
    return()
}
ShawnBrad/PathfindeR documentation built on March 28, 2020, 4:32 a.m.