Description Usage Arguments Value Examples
Remove weights associated with a gene set.
1 |
x |
A character vector representing a gene set |
Character vector with weights removed
In genesetr, weights are represented by genename,weight e.g. FOXO1,0.564232
1 2 | geneset = c("MYC,2.4", "FOXO1,5.2341", "BP1,0.43256")
unweighted_geneset = removeSetWeights(geneset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.