Add neighborhood analysis module functions to cheatsheet - #1066
Merged
Conversation
sjspielman
reviewed
Aug 27, 2026
sjspielman
left a comment
Member
There was a problem hiding this comment.
This all looks good to me, just a few comments:
- let's also add the function
scater::isOutlier() - I think it would be good to reorganize this so the spatial package are towards the top. For this I'd recommend moving SpatialExperimentIO and hoodscanR beneath spacexr (so you'll want to re-doctoc too)
Member
Author
|
I made the adjustments, which included adding |
sjspielman
approved these changes
Aug 27, 2026
sjspielman
left a comment
Member
There was a problem hiding this comment.
LGTM! One additional change needed to make the cheatsheet (and rendered pdf) say scuttle too if that's how we're using it in the notebook, but I don't need to see it again.
| | `scran`| [`getTopHVGs()`](https://rdrr.io/bioc/scran/man/getTopHVGs.html)| Get top highly variable genes | Identify variable genes in a `SingleCellExperiment` object, based on variance | | ||
| | `scran`| [`modelGeneVar()`](https://rdrr.io/bioc/scran/man/modelGeneVar.html)| model per gene variance | Model the per gene variance of a `SingleCellExperiment` object | | ||
| | `scran`| [`clusterCells()`](https://rdrr.io/github/MarioniLab/scran/man/clusterCells.html)| Cluster cells | Perform clustering on an SCE object using the `bluster` package | | ||
| | `scater`| [`isOutlier()`](https://rdrr.io/bioc/scuttle/man/isOutlier.html)| Identify outliers | Convenience function to determine which values in a numeric vector are outliers based on the median absolute deviation (MAD) | |
Member
There was a problem hiding this comment.
I assume you mean for this to be scuttle? Also, would want to move this higher up in the table to be with the other scuttles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1021
This PR updates the spatial cheatsheet to include packages/functions used in the neighborhood analysis module. This includes
SpatialExperimentIO,ComplexHeatmap, andhoodscanR. Let me know if I missed anything!While here I caught a small typo where we still mentioned using
SpaceTrooperin the Xenium notebook, which we ended up taking out so I fixed that.