PatternMatcher: PatternMatcher Shiny Ap

Description Usage Arguments Value Examples

View source: R/patternMatcher.R

Description

PatternMatcher Shiny Ap

Usage

1
2
PatternMatcher(PBySet = NULL, out = NULL, order = NULL,
  sample.color = NULL)

Arguments

PBySet

list of matched set solutions for the Pmatrix from an NMF algorithm

out

optional name for saving output

order

optional vector indicating order of samples for plotting. Default is NULL.

sample.color

optional vector of colors of same lenght as colnames. Default is NULL.

Value

either an index of selected sets' contributions or the editted PBySet object

Examples

1
2
3
4
5
## Not run: 
PBySet <-reOrderBySet(AP)
PatternMatcher(PBySet=PBySet,out=NULL,order=NULL, sample.color=NULL)

## End(Not run)

genesofeve/GWCoGAPS documentation built on May 17, 2019, 1:10 a.m.