You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to run this function for my data. I have faced with this error: " Getting unique markers Error in BisqueRNA::MarkerBasedDecomposition(bulk.eset = bulk, markers = markers, :
No overlapping genes between markers and bulk.eset"
I have already checked the overlapping genes in both markers and bulk.eset. There are actually 71 genes overlapping. but this still does not work?
I appreciate your help
The text was updated successfully, but these errors were encountered:
Hi @MobinKhoramjoo, thank you for your interest in our method! This may be due to the "unique_markers" option. Enabling this option will remove any marker genes that show up in multiple cell types which may remove any overlapping genes. This is different than unique(markers$gene). The function used for this filter is here:
I have already tried this but it still does not work!
Do you know any way to be used for mouse data by marker based composition?
I appreciate your time.
Hello,
I have been trying to run this function for my data. I have faced with this error:
" Getting unique markers Error in BisqueRNA::MarkerBasedDecomposition(bulk.eset = bulk, markers = markers, :
No overlapping genes between markers and bulk.eset"
I have already checked the overlapping genes in both markers and bulk.eset. There are actually 71 genes overlapping. but this still does not work?
I appreciate your help
![Screenshot 2024-07-19 142215](https://private-user-images.githubusercontent.com/123041911/350543784-2549f921-0fcd-4ffc-9383-6476a23c6e2e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NjgyMjMsIm5iZiI6MTczODg2NzkyMywicGF0aCI6Ii8xMjMwNDE5MTEvMzUwNTQzNzg0LTI1NDlmOTIxLTBmY2QtNGZmYy05MzgzLTY0NzZhMjNjNmUyZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQxODUyMDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hMWI0ZTliMzFmYzc0ZjI5ZDQ0NmJiOWZmNjczMThjZGNkMTBiMWNmMGM5YjYxN2Q0MTE5ODg1YWFkNDZjNzFkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.8WsKGUB3cBI-KeU7JjblNjp6ZmtBlA7bHHXk08lXGUY)
The text was updated successfully, but these errors were encountered: