Skip to content

Commit

Permalink
Merge pull request #200 from vinisalazar/seurat-de
Browse files Browse the repository at this point in the history
Add new workshop: Seurat DE
  • Loading branch information
vinisalazar authored Oct 23, 2024
2 parents 33c74dc + 7432b26 commit 94a2d53
Show file tree
Hide file tree
Showing 35 changed files with 22,446 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/tutorials/git/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -1054,15 +1054,16 @@ In regards to the second strategy of using existing solutions, you can do most G
#### Do
- Write good commit messages
- Say **why**, not **what** you changed
- Document as you code
- Make small changes
- Commit often
- Think about the reviewer
- Document as you code
- Ignore large files (use `.gitignore`)

#### Don't
- Make vague commit messages
- Accumulate unrelated changes in a single commit
- Let things go stale – delete or "stash" them
- Commit large files to history – they will be there forever.

!!! note "Keypoints"

Expand Down
6,775 changes: 6,775 additions & 0 deletions docs/tutorials/seurat-de/idents-ifnb-filtered-0.txt

Large diffs are not rendered by default.

6,775 changes: 6,775 additions & 0 deletions docs/tutorials/seurat-de/idents-ifnb-filtered-1.txt

Large diffs are not rendered by default.

6,775 changes: 6,775 additions & 0 deletions docs/tutorials/seurat-de/idents-ifnb-filtered-2.txt

Large diffs are not rendered by default.

715 changes: 715 additions & 0 deletions docs/tutorials/seurat-de/ifnb-pseudobulk-df.txt

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,402 changes: 1,402 additions & 0 deletions docs/tutorials/seurat-de/seurat-de.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ nav:
- 'RNAseq differential expression in R': 'tutorials/rna_seq_dge_in_r/rna_seq_r.md'
- 'Singlecell RNAseq':
- '10X single-cell RNA-seq analysis in R': 'tutorials/singlecell/index.md'
- 'scRNA-seq Integration and Differential Expression': 'tutorials/seurat-de/seurat-de.md'
- 'Proteomics':
- 'Identifying proteins from mass spectrometry data': 'tutorials/proteomics_basic/proteomics_basic.md'
- 'Statistics and Visualisation':
Expand Down

0 comments on commit 94a2d53

Please sign in to comment.