SeuratAssayFromMelange: Convert data from Melange to Seurat Assay

Description Usage Arguments Value Examples

View source: R/seurat_wrapper.R

Description

Melange operations return a melange data object for interoperability with different analysis pipelines, but many users may prefer to do single-cell analysis within Seurat. As such, the SeuratAssayFromMelange function provides an easy way to convert between the two formats. Mostly, this is done by re-naming and re-organizing some data elements.

Usage

1

Arguments

object

melange object to be converted into Seurat Assay form for easier downstream processing and data integration.

Value

A Seurat Assay object containing the data collected in the Melange object.

Examples

1
2
3
4
5
6
## Not run: 

SeuratAssayFromMelange(melange.object)


## End(Not run)

rahuldhodapkar/melange documentation built on Nov. 5, 2019, 2:07 a.m.