Skip to content

Commit

Permalink
Initial Readme landing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRach committed Oct 23, 2024
1 parent 222e5c2 commit 3c3b9b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Cytometry in R: Examples

So you want to analyze Cytometry data in R, and are struggling with your code? We were in your shoes not that long-ago!.

This repository represents our contribution back to the broader cytometry community in the form of code and code-explanations.

We hope this reduces the barriers (and similarly gnashing of teeth, hair-pulling, and cursing outburst directed at your code) that we experienced when first getting started.

3 changes: 2 additions & 1 deletion RedditExample_CompensationR.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,10 @@ flowframe_comped <- compensate(flowframe, TheComps[[1]])
head(flowframe_comped@exprs, 10)
```

# Visualizing (ggcyto)
As you might be able to tell, FSC SSC parameters remain the same, while the values for the Fluorophore columns have been adjusted. This is due to no columns being present for FSC SSC Time etc. in the Spillover matrix.

# Visualizing (ggcyto)

We can visualize this with the with the `r Biocpkg("ggcyto")` package to see the effects for the before vs. after:

```{r}
Expand Down

0 comments on commit 3c3b9b1

Please sign in to comment.