Join us for
RADAR: AI Edition

ACSNMineR (version 0.16.8.25)

Create_master_map: From a list of maps, create or replace a master

Description

From a list of maps, create or replace a master

Usage

Create_master_map(maps)

Arguments

maps
A list of molecular maps created by `format_from_gmt`

Value

Returns a list with previous maps and the master map, i.e. a concatenation of previous maps.

Examples

Run this code
Create_master_map(list(Cycle = ACSNMineR::ACSN_maps$CellCycle,
                   Apoptosis = ACSNMineR::ACSN_maps$Apoptosis))

Run the code above in your browser using DataLab