R/GetPPMat.R

Defines functions GetPPMat

Documented in GetPPMat

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

	PP=EBout$PPMat	
}

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.