| load_gmx | R Documentation |
Row 0 = set names, row 1 = descriptions, rows 2+ = items column-aligned.
load_gmx(path)
path |
Path to the .gmx file. |
A ['VennDataset-class'].
tmp <- tempfile(fileext = ".gmx")
writeLines(c("SetA\tSetB",
"desc_A\tdesc_B",
"GENE1\tGENE2",
"GENE2\tGENE3"), tmp)
ds <- load_gmx(tmp)
length(ds@items)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.