CreateRosaceObjectR Documentation

Create a Rosace object

Description

Create a Rosace object from raw data

Usage

CreateRosaceObject(object, var.data, project.name = "RosaceProject", ...)

## S3 method for class 'matrix'
CreateRosaceObject(object, var.data, project.name = "RosaceProject", type, ...)

## S3 method for class 'Assay'
CreateRosaceObject(object, var.data, project.name = "RosaceProject", ...)

Arguments

object

Either a matrix-like object with unnormalized raw count or an Assay object

var.data

Variants's meta data. If empty, create a data frame with variants' name only.

project.name

Name of the Rosace object

...

Arguments passed to CreateAssayObject

type

Type of assay to create: "growth"

Value

A Rosace object