Skip to content

Commit

Permalink
Merge branch 'main' of github.com:maxplanck-ie/Rseurat into adRn
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Jun 21, 2024
2 parents e79a44e + 801dfc4 commit 33e2035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmd/21_DE.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ You may inspect the results with either `View()` or `head()`.

- if `ident.2=NULL` (default), then `FindMarkers()` will run a test between the group `ident.1` and **all other** cells
- You may also use a vector (e.g. `c(1,3)`) as `ident.2` to compare against all the cells of clusters one and three, pooled together.
- to increase the speed and relevance of marker discovery, Seurat allows for pre-filtering of features or cells. For example, genes that are very infrequently detected in either group of cells, or genes that are expressed at similar average levels, are unlikely to be differentially expressed, so we can exclude those: `?FindClusters`
- to increase the speed and relevance of marker discovery, Seurat allows for pre-filtering of features or cells. For example, genes that are very infrequently detected in either group of cells, or genes that are expressed at similar average levels, are unlikely to be differentially expressed, so we can exclude those: `?FindMarkers`

There are different flavors of these `Find*` functions.
**It's important to get to know them!**
Expand Down

0 comments on commit 33e2035

Please sign in to comment.