lmcinnes / lmcinnes/umap

SpatialFeaturePlot install

Open
#438 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
8.3k
Forks
871
Avg merge
1d 13h
Merged PRs (30d)
5

Description

Hi, I am recently running the SeuratData for spatial transcriptome tutorial, and I am encountering the following question. After I have coded as described in the tutorial
`devtools::install_github("satijalab/seurat", ref = "spatial")
library(Seurat)
devtools::install_github('satijalab/seurat-data')
library(SeuratData)
library(ggplot2)
library(patchwork)
library(dplyr)
InstallData("stxBrain")
?stxBrain
brain <- LoadData("stxBrain", type = "anterior1")
plot2 <- SpatialFeaturePlot(brain, features = "nCount_Spatial") +
theme(legend.position = "right")`
it appears that the function SpatialFeaturePlot does not exist, so I am wondering, where the function lies and how to install it. Thank you

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue contains a SeuratData spatial transcriptome tutorial and reports that SpatialFeaturePlot is unavailable, but it names no file, test, or umap entry point. First verify whether the question belongs in lmcinnes/umap or in the Seurat/SeuratData documentation; done would require a clearly scoped documentation correction or routing decision.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
documentation
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
10/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.