write.gmt {MetChem}R Documentation

Write a GMT file

Description

This function write a file containing the Metabolite Set informtation in the format GMT defined by GenePattern.

Usage

write.gmt(sub,address,min_entry=2,max_entry=50)

Arguments

sub

A matrix.

address

The address of the file should be saved.

min_entry

The minimum number of metabolites for each metabolite set.

max_entry

The maximum number of metabolites for each metabolite set.

Value

No return value. If an invalid address is inserted, the function will generate an error.

See Also

write.gct, write.cls


[Package MetChem version 0.4 Index]