R/RP.R

"RP" <- function(data, cl, num.perm = 100, logged = TRUE, na.rm = TRUE,
                gene.names = NULL,plot = FALSE, rand = NULL, huge=FALSE){
return(RankProducts(data,cl,logged,na.rm,gene.names,plot,rand,
        calculateProduct=TRUE, MinNumOfValidPairs=NA, RandomPairs=NA, huge))
}

Try the RankProd package in your browser

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

RankProd documentation built on Nov. 8, 2020, 8 p.m.