strToAdjmat | R Documentation |
Transfer specific strings to adjacent matrix A typical string like: pval@c1-c2:0,c1-c3:0
strToAdjmat( mystring, title = "pval@", sepg = ",", sepk = "-", sepkv = ":", clusterPrefix = "c" )
mystring |
characters, like: pval@c1-c2:0,c1-c3:0 |
title |
characters, default is "pval@" |
sepg |
characters, sep between groups, default is "," |
sepk |
characters, sep between keys, default is "-" |
sepkv |
characters, sep between key and value, default is ":" |
clusterPrefix |
characters, default is "c" |
Matrix symmetric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.