liulab-dfci / MAESTRO

Single-cell Transcriptome and Regulome Analysis Pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Input seurat integration object

mudappathir opened this issue · comments

Hi,

I am running Seurat pipeline similar to this: https://satijalab.org/seurat/archive/v3.0/immune_alignment.html

Can I input the integrated seurat object as input to MAESTRO RNARunSeurat function?

@mudappathir the input for this function is a matrix https://github.com/liulab-dfci/MAESTRO/blob/master/R/RNARunSeurat.R#L51
we use Seurat under the hood.