Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cisTopic output to Seurat object? #77

Closed
klgoss opened this issue Sep 1, 2022 · 1 comment
Closed

add cisTopic output to Seurat object? #77

klgoss opened this issue Sep 1, 2022 · 1 comment

Comments

@klgoss
Copy link

klgoss commented Sep 1, 2022

Hello, thanks for creating this tool! I have a large 10x multiome dataset and want to use Seurat to preprocess the RNA data and cisTopic to preprocess the ATAC (I plan to run SCENIC+ later on). However, I want to use Seurat to create a WNN graph and assign cell types from those clusters. Is there a way to add the cisTopic output into my Seurat object so that I can use the ATAC data preprocessed with cisTopic instead of having to preprocess it with Seurat? I am trying to stay as consistent as possible. Thanks for any insight!!

@cbravo93
Copy link
Member

cbravo93 commented Sep 1, 2022

Hi @klgoss !

cisTopic is deprecated, you will have to move to https://github.com/aertslab/pycisTopic. You can process your data with Seurat if you want, the only thing you will need for pycisTopic/SCENIC+ from it is: 1) a table with barcodes/cell names and corresponding cell type and 2) the gene expression matrix.

Cheers,

C

@cbravo93 cbravo93 closed this as completed Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants