Description Usage Arguments Details Value Author(s) References Examples
Funtion takes vector of binary strings (0,1) and returns matrix with strings split.)
1 | patternmatrix(unipattern, n.entity)
|
unipattern |
Vector of binary strings |
n.entity |
Length of strings, number of studies in original application |
Originally part of MAP-Matches implementation
Binary matrix with rows corresponding to input strings.
Code provided by Xinan Yang <xnyang@seu.edu.cn>
Yang, X., Bentink, S. a Spang, R. 2005, Detecting Common Gene Expression Patterns in Multiple Cancer Outcome Entities, Biomedical Microdevices, vol.7:3
1 2 | uni<-c("0101","1100","0011","0100")
patternmatrix(unipattern=uni,n.entity=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.