We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is my object, colnames([email protected]) [1] "orig.ident" "nCount_RNA" "nFeature_RNA" [4] "percent.mt" "DF.classifications" "S.Score" [7] "G2M.Score" "Phase" "old.ident" [10] "stim" "integrated_snn_res.0.5" "seurat_clusters" [13] "cell_type" "cell_type_marker"
if i run the follow code, geneset <- c("Actb","Ythdc1", "Ythdf2") averageHeatmap(object = seurat.obj, group.by = "seurat_clusters", markerGene = geneset) it wrongs, averageHeatmap(object = seurat.obj, group.by = "seurat_clusters",
markerGene = geneset)
Error in dimnames(x) <- dn : 'dimnames'的长度[2]必需与陈列范围相等
How to solve the problem? Thank you.
The text was updated successfully, but these errors were encountered:
Please upload your test data, let me have a check.
Sorry, something went wrong.
No branches or pull requests
this is my object,
colnames([email protected])
[1] "orig.ident" "nCount_RNA" "nFeature_RNA"
[4] "percent.mt" "DF.classifications" "S.Score"
[7] "G2M.Score" "Phase" "old.ident"
[10] "stim" "integrated_snn_res.0.5" "seurat_clusters"
[13] "cell_type" "cell_type_marker"
if i run the follow code,
geneset <- c("Actb","Ythdc1", "Ythdf2")
averageHeatmap(object = seurat.obj, group.by = "seurat_clusters",
markerGene = geneset)
it wrongs,
averageHeatmap(object = seurat.obj, group.by = "seurat_clusters",
Error in dimnames(x) <- dn : 'dimnames'的长度[2]必需与陈列范围相等
How to solve the problem? Thank you.
The text was updated successfully, but these errors were encountered: