makeMonocle {ctgGEM}R Documentation

A Cell Tree Generating Function using monocle

Description

This function, called by generate_tree, creates a cell tree using the monocle package. This function utilizes code from the monocle vignette R script.

Usage

makeMonocle(dataSet, outputDir = NULL)

Arguments

dataSet

a ctgGEMset object

outputDir

the directory where output should be saved, defaults to the temporary location returned by tempdir()

Value

an updated ctgGEMset object


[Package ctgGEM version 1.2.0 Index]