how to preform scenicplus base on scATAC data and scRNA data with different barcode #305
-
Hello, scenicplus team. I'd like to thank you for development this wonderful tools I notice that scATAC and scRNA data with same barode(cell label) is necessary when i preform tutorial: 10x multiome pbmc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm sorry about this discussion, The solution can be found in Tutorial 3: Mix of melanoma cell lines from scenicplus.scenicplus_class import create_SCENICPLUS_object |
Beta Was this translation helpful? Give feedback.
I'm sorry about this discussion, The solution can be found in Tutorial 3: Mix of melanoma cell lines
from scenicplus.scenicplus_class import create_SCENICPLUS_object
import numpy as np
scplus_obj = create_SCENICPLUS_object(
GEX_anndata = adata,
cisTopic_obj = cistopic_obj,
menr = menr,
multi_ome_mode = False,
key_to_group_by = 'MMline',
nr_cells_per_metacells = 5)