Skip to content

Commit

Permalink
QC and filtering (icbi-lab#16)
Browse files Browse the repository at this point in the history
* move position of QC notebook

* Add function to filter outliers

* WIP QC

* update notebook

* update qc notebook

* fix sphinx warning

* jupytext pre-commit

* add pre-commit hook to detect merge conflicts

* fix bib file

* fix api page
  • Loading branch information
grst authored Apr 13, 2023
1 parent abdf4a1 commit e51b5f2
Show file tree
Hide file tree
Showing 14 changed files with 776 additions and 438 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ repos:
args: [--fix=lf]
- id: trailing-whitespace
- id: check-case-conflict
- id: check-merge-conflict
- repo: local
hooks:
- id: forbid-to-commit
Expand Down
6 changes: 3 additions & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
.. autosummary::
:toctree: generated
pl.plot_qc_metrics
pl.significance_heatmap
pp.is_outlier
tl.fdr_correction
tl.scissor_wilcoxon_test
tl.CpdbAnalysis
tl.scissor_wilcoxon_test
pl.significance_heatmap
```
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
:hidden: true
:maxdepth: 1
notebooks/01_qc.ipynb
notebooks/02_seed_annotation.ipynb
notebooks/03_merge.ipynb
notebooks/03-2_qc.ipynb
notebooks/04_integrate_scvi.ipynb
notebooks/05_cell_type_annotation.ipynb
Expand Down
269 changes: 0 additions & 269 deletions docs/notebooks/01_qc.ipynb

This file was deleted.

78 changes: 0 additions & 78 deletions docs/notebooks/01_qc.py

This file was deleted.

Loading

0 comments on commit e51b5f2

Please sign in to comment.