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

Annotate the mouse scRNA data #27

Open
yangfeizZZ opened this issue Mar 25, 2023 · 2 comments
Open

Annotate the mouse scRNA data #27

yangfeizZZ opened this issue Mar 25, 2023 · 2 comments

Comments

@yangfeizZZ
Copy link

Hello
Thank you for your tools.It's very good.But i don't how to use it to annotation the mouse data.
I hope you can reply as soon as possibile. Thank you!

Best wish!

@Zha0rong
Copy link

Hi @yangfeizZZ ,
I think in this case what you can do is to make a xlsx file which included mouse gene markers for mouse cell types.

Next, let's prepare gene sets from the input cell marker file. By default, we use our in-built cell marker DB, however, feel free to use your own data. Just prepare an input XLSX file in the same format as our DB file. DB file should contain four columns (tissueType - tissue type, cellName - cell type, geneSymbolmore1 - positive marker genes, geneSymbolmore2 - marker genes not expected to be expressed by a cell type)

@shaniAmare
Copy link

Hi @yangfeizZZ , I think in this case what you can do is to make a xlsx file which included mouse gene markers for mouse cell types.

Next, let's prepare gene sets from the input cell marker file. By default, we use our in-built cell marker DB, however, feel free to use your own data. Just prepare an input XLSX file in the same format as our DB file. DB file should contain four columns (tissueType - tissue type, cellName - cell type, geneSymbolmore1 - positive marker genes, geneSymbolmore2 - marker genes not expected to be expressed by a cell type)

Hi,

I think this actually will not work as there is a checkGeneSymbol function running within the gene_sets_prepare.R script which checks for the genes to be on human gene symbol pattern. It would be an easy fix to change this to look for mouse genes and I'll try to create a pull request for that if I get time. But according to the package HGNChelper authors (which the above checkGeneSymbol function comes from) the mouse annotations are invcomplete. So there could be some downstream unexpected problems.

Therefore, as of now, there is no solution to this other than to consider them as human genes and run the script.

HTH,
Shani.

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

3 participants