R/GetPP.R

Defines functions GetPP

Documented in GetPP

GetPP <- function(EBout){
	if(!"PPDE"%in%names(EBout))stop("The input doesn't seem like an output from EBTest")

	PP=EBout$PPDE	
}

Try the EBSeq package in your browser

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

EBSeq documentation built on Nov. 8, 2020, 6:52 p.m.