CreateRosaceObject | R Documentation |
Create a Rosace object from raw data
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", ...)
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" |
A Rosace object