Closed william-swl closed 4 years ago
Hello, the tissue should be more specific such as 'Blood', 'Peripheral blood', 'Plasma' or 'Serum', etc.
You can use our scCATCH as
findmarkergenes(Utexpr,species = 'Human', cluster = 'All', match_CellMatch = TRUE, tissue = 'Blood',cell_min_pct = 0.25,logfc = 0.25,pvalue = 0.05)
or
findmarkergenes(Utexpr,species = 'Human', cluster = 'All', match_CellMatch = TRUE, tissue = c('Blood','Peripheral blood'),cell_min_pct = 0.25,logfc = 0.25,pvalue = 0.05)
or
findmarkergenes(Utexpr,species = 'Human', cluster = 'All', match_CellMatch = TRUE, tissue = c('Blood','Peripheral blood','Plasma'),cell_min_pct = 0.25,logfc = 0.25,pvalue = 0.05)
or any combination of Blood-related tissues as detalied in 3.1.1
@ZJUFanLab Thank you very much! It works well!
Hello, I'm trying to use this great tool for cell cluster annotation. But when I test it with the pbmc3k dataset of 10x in Seurat guide, the
findmarkergenes
function always throw error. If I lettissue = NULL
, it will cost a very long time.This is the code, what can I do to prevent this error?
Seurat - Guided Clustering Tutorial dataset - pbmc3k