seuratify: Seuratify your Single Cell Data

View source: R/seurat_wrappers.R View source: R/scRNA.R

seuratifyR Documentation

Seuratify your Single Cell Data

Description

This function takes in raw counts data and associa ted metadata and creates a SeuratObject

This function takes in raw counts data and associated metadata and creates a SeuratObject

Usage

seuratify(counts, prj_name = "")

seuratify(counts, prj_name = "")

Arguments

counts

a m x n matrix of raw count data where m = no. genes, and n = no. cells

prj_name

project name string

metadata

matrix of metadata with at least a column cell identifier named "cellid"

Value

a Seurat object of your count matrix with metadata

a Seurat object of your count matrix with metadata


christineyyeh/opipes documentation built on Oct. 12, 2022, 12:11 a.m.