Description Usage Arguments Value See Also Examples
View source: R/patternMatch4Parallel.R
patternMatch4Parallel
1 2 3  | patternMatch4Parallel(Ptot = BySet$P, nSets = nSets, cnt = Cut,
  minNS = minNS, cluster.method = "complete", ignore.NA = FALSE,
  bySet = FALSE, ...)
 | 
Ptot | 
 a matrix containing the total by set estimates of Pmean output from   | 
nSets | 
 number of parallel sets used to generate   | 
cnt | 
 number of branches at which to cut dendrogram  | 
minNS | 
 minimum of individual set contributions a cluster must contain  | 
cluster.method | 
 the agglomeration method to be used for clustering  | 
ignore.NA | 
 logical indicating whether or not to ignore NAs from potential over dimensionalization. Default is FALSE.  | 
bySet | 
 logical indicating whether to return list of matched set solutions from   | 
... | 
a matrix of concensus patterns by samples. If bySet=TRUE then a list of the set contributions to each
concensus pattern is also returned.
1 2 3  | dontrun{
matchedPs<-PatternsMatchFN(Ptot=PBySet,nP=nFactor,nS=nSets,cnt=nFactor,minNS=minNS,bySet=FALSE)
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.