R/getDSPatterns.R

Defines functions getDSPatterns

Documented in getDSPatterns

getDSPatterns <- function(tableDS, Cluster.Major, Cluster.minor)
{
 rownames(tableDS$IsoClusters)[tableDS$IsoClusters[,1]==Cluster.Major & tableDS$IsoClusters[,2]==Cluster.minor]
}

Try the maSigPro package in your browser

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

maSigPro documentation built on Nov. 8, 2020, 6:51 p.m.