R/lpe.paired.R

Defines functions .First.lib

##########################################################################
#
#        
#    Local Pooled Error (LPE) Test for Paired High-throughput Data
#
#                    by
#
#          HyungJun Cho and Jae K. Lee
#
#
##########################################################################

.First.lib <- function(lib, pkg) { 
   cat("LPEP version 1.0.0 \n") 
   invisible()
   if(.Platform$OS.type=="windows" && require(Biobase) && interactive() 
   && .Platform$GUI=="Rgui") { addVigs2WinMenu("LPEP") }
   if( !require(methods) ) stop("we require methods for package LPEP")
   
}

'lpe.paired' <- function(x,...)
{
    UseMethod("lpe.paired")
}

Try the PLPE package in your browser

Any scripts or data that you put into this service are public.

PLPE documentation built on Nov. 8, 2020, 7:11 p.m.