| read_CAPRI_string | R Documentation |
Read a "CAPRI" formatted file, from a text string
read_CAPRI_string(txt)
txt |
string in valid "CAPRI" format |
the described mutational matrix as a (sparse) matrix
read_CAPRI_string("
s\\g A B C D
S1 0 0 0 1
S2 1 0 0 0
S3 1 0 0 0
S4 1 0 0 1
S5 1 1 0 1
S6 1 1 0 1
S7 1 0 1 1
S8 1 1 0 1
")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.