codes/GetPPIIndex.R

#' @export
GetPPIIndex = function(genes, PPI){ unlist(sapply(genes, function(i){ which(i==rownames(PPI)) })) }
unistbig/netGO documentation built on Dec. 3, 2020, 6:52 p.m.