Merged
Conversation
Base automatically changed from
sjspielman/923-924-normalize-and-pretty-plots
to
master
March 11, 2026 21:32
allyhawkins
reviewed
Mar 12, 2026
Member
allyhawkins
left a comment
There was a problem hiding this comment.
Overall I think this looks pretty good. I just had some minor wording suggestions throughout, but I think most of the content is there.
spatial/01-spatial_intro.Rmd
Outdated
Comment on lines
+299
to
+300
| By default, this function only plot spots that overlay tissue (i.e. where `in_tissue` is 1) and ignore spots that do not overlay tissue. | ||
| We can override this if we want, but again, what we really want to do is actually remove those spots entirely. |
Member
There was a problem hiding this comment.
Suggested change
| By default, this function only plot spots that overlay tissue (i.e. where `in_tissue` is 1) and ignore spots that do not overlay tissue. | |
| We can override this if we want, but again, what we really want to do is actually remove those spots entirely. | |
| By default, this function only plots spots that overlay tissue and ignores spots that do not overlay tissue. | |
| `Space Ranger` determines which spots overlay tissue using the fiducial alignment frame, which we saw in the `"aligned_fiducials.jpg"` image. | |
| Any spots that do not overlay tissue are indicated with a `0` in the `in_tissue` column of the `colData`. | |
| We can override this if we want, but we really want to remove those spots entirely. |
An alternate suggestion for when to talk bout the tissue overlay. I think this makes more sense since you're about to go into it in the next section.
Member
Author
There was a problem hiding this comment.
I like this idea generally, but I still think I'll point out the in_tissue column just with fewer details before.
jashapiro
reviewed
Mar 13, 2026
Member
jashapiro
left a comment
There was a problem hiding this comment.
The overall content here looks good. My suggestions are mostly minor and formatting related, but a few wording suggestions too.
Co-authored-by: Ally Hawkins <[email protected]> Co-authored-by: Joshua Shapiro <[email protected]>
Co-authored-by: Ally Hawkins <[email protected]>
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 #944
Stacked on #949 (gha will run once unstacked, and I can catch any lingering typos then)
This PR fleshes out text for the intro, import, and intro viz sections. While I was here, I referred somewhat to our scRNA-seq 04 notebook and caught a couple tiny things to fix there along the way.
Please let me know about: