View source: R/ssvMakeMembTable.R
ssvFactorizeMembTable | R Documentation |
see ssvMakeMembTable
ssvFactorizeMembTable(object)
object |
a valid object for conversion to a membership table and then factor |
a 2 column ("id" and "group") data.frame. "id" is factor of item names if any or simply order of items. "group" is a factor of set combinations
data(CTCF_in_10a_overlaps_gr)
ssvFactorizeMembTable(CTCF_in_10a_overlaps_gr)
ssvFactorizeMembTable(list(1:4, 2:3, 4:6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.