subset_mem | R Documentation |
Subset mem multienrichment object
subset_mem(
mem,
includeSets = NULL,
includeGenes = NULL,
min_gene_ct = 1,
min_set_ct = 1,
p_cutoff = NULL,
verbose = FALSE,
...
)
mem |
|
includeSets |
|
includeGenes |
|
min_gene_ct |
|
min_set_ct |
|
p_cutoff |
|
verbose |
|
... |
additional arguments are ignored. |
This function is intended to subset the incidence matrix data contained
in a mem
object by heuristics. It does not update other data in
the mem
object such as enrichList
and multiEnrichDF
, nor
any igraph
objects. It is intended mainly to subset by sets (pathways),
or genes, then also subset other corresponding incidence matrix
data consistently.
list
object of mem
data
Other jam utility functions:
avg_angles()
,
avg_colors_by_list()
,
call_fn_ellipsis_deprecated()
,
cell_fun_bivariate()
,
collapse_mem_clusters()
,
colorRamp2D()
,
deconcat_df2()
,
display_colorRamp2D()
,
enrichList2geneHitList()
,
filter_mem_genes()
,
filter_mem_sets()
,
find_colname()
,
get_hull_data()
,
get_igraph_layout()
,
gsubs_remove()
,
handle_igraph_param_list()
,
isColorBlank()
,
make_legend_bivariate()
,
make_point_hull()
,
mem_find_overlap()
,
order_colors()
,
rank_mem_clusters()
,
rotate_coordinates()
,
subgraph_jam()
,
summarize_node_spacing()
,
xyAngle()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.