Description Usage Arguments Value Examples
Converts the set of genes in to quantiles according log value of fold change and produces all possible combinations of resulting gene subsets. Input dataset must be dataframe with gene ID's in the first row and corresponding fold change values in the second row. Note: dataframe must contain only genes with common type of regulation (up or down)
1 |
data |
dataframe contains initial set of genes gene ID's in the first row and corresponding fold change values in the second row |
n |
number of quantiles |
list of gene sets for each quatile and all combinations
1 2 | data(up_genes, package = "fsgor")
gene_sets <- div_genes_to_quantiles(up_genes, 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.