gen_lipidsets | R Documentation |
Generate lipid sets from lipid molecule names
gen_lipidsets(molecules, min_size = 2)
molecules |
A character vector containing lipid molecule names. |
min_size |
Minimum number of molecules in a set to be included in enrichment. |
List of lipid sets
data(data_normalized)
molecules <- rowData(data_normalized)$Molecule
gen_lipidsets(molecules)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.