format_from_gmt: Import data from gmt files Convert gmt file to dataframe that...

Description Usage Arguments Value Examples

Description

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

Usage

1
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

1
2
file<-system.file("extdata", "cellcycle_short.gmt", package = "ACSNMineR")
format_from_gmt(file)

sysbio-curie/ACSNMineR documentation built on May 31, 2019, 12:48 a.m.