exportToGMT: Write colData to a GMT file

View source: R/load.R

exportToGMTR Documentation

Write colData to a GMT file

Description

Used to export cell sets for Waddington-OT analysis.

Usage

exportToGMT(sce, group, gmt_path)

Arguments

sce

SingleCellExperiment object

group

colData observation to export

gmt_path

Path to write GMT file

Details

The gmt format consists of one cell set per line. Each line is a tab-separated list composed as follows :

  • The set name (can contain spaces)

  • A commentary / description of the set (may be empty or contain spaces)

  • A tab-separated list of set members


dkeitley/scrabbitr documentation built on Feb. 13, 2023, 4:26 p.m.