Skip to content
Snippets Groups Projects
Commit a2c67b3f authored by Luke Zappia's avatar Luke Zappia
Browse files

Fix variable name to be compatible with scater

parent 45c4bea0
No related branches found
No related tags found
No related merge requests found
......@@ -503,7 +503,7 @@ number of expressed genes against the library size:
```{r comparison-libsize-features}
library("ggplot2")
ggplot(comparison$PhenoData,
aes(x = total_counts, y = total_features, colour = Dataset)) +
aes(x = total_counts, y = total_features_by_counts, colour = Dataset)) +
geom_point()
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment