Learn R Programming

ACSNMineR (version 0.16.8.25)

format_from_gmt: Import data from gmt files Convert gmt file to dataframe that can be used for anaysis

Description

Import data from gmt files Convert gmt file to dataframe that can be used for anaysis

Usage

format_from_gmt(path = "")

Arguments

path
Path to the gmt file to be imported

Value

Returns a dataframe with the module - first column -, module length - seconde column - and gene names

Examples

Run this code
file<-system.file("extdata", "cellcycle_short.gmt", package = "ACSNMineR")
format_from_gmt(file)

Run the code above in your browser using DataLab