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

why Error in medianExpr[runGenes, kpClust] : subscript out of bounds #8

Open
peachgong opened this issue Jul 27, 2021 · 1 comment
Open

Comments

@peachgong
Copy link

Sorry, the previous question is closed too soon. So I open a new issue regarding it.

I actually choose some very reasonable marker genes to start. Those are the genes I got from Seurat analysis. But it seems they are not included in the median table. How can it be?

@jeremymiller
Copy link
Collaborator

You must have either (1) had a different starting set of genes in your Seurat analysis as compared to what is in the medianExpr or (2) subset one of the two data matrices at some point. You can always right something like: runGenes <- intersect(runGenes, rownames(medianExpr)) to avoid this issue.

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