makeSincell {ctgGEM}R Documentation

A Cell Tree Generating Function using sincell

Description

This function, called by generate_tree, creates visualizations using the data using the sincell package. This function utilizes code from the sincell vignette R script.

Usage

makeSincell(dataSet, outputDir = tempdir())

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.7.0 Index]