-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
422 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Extending the pipeline | ||
====================== | ||
|
||
Currently the perturbation dataset from the Open Problems: Single Cell Perturbation 2023 data science competition is used. | ||
It provides single-cell perturbation gene expression for peripheral blood mononuclear cells (PBMCs), along with integrated multi-omics data of scRNA-seq and scATAC-seq for the baseline compound from the same experiment. | ||
It includes 146 perturbations, making it the largest drug perturbation study on primary human tissue with donor replicates. | ||
|
||
Currently, the following six enhancer aware GRN inference methods (eGRN methods) are implemented in the pipeline: | ||
|
||
#. Scenic+ (`Paper <https://doi.org/10.1038/s41592-023-01938-4>`_) | ||
#. CellOracle (`Paper <https://doi.org/10.1038/s41586-022-05688-9>`_) | ||
#. FigR (`Paper <https://doi.org/10.1016/j.xgen.2022.100166>`_) | ||
#. scGLUE (`Paper <https://doi.org/10.1038/s41587-022-01284-4>`_) | ||
#. GRaNIE (`Paper <https://doi.org/10.15252/msb.202311627>`_) | ||
#. ANANSE (`Paper <https://doi.org/10.1093/nar/gkab598>`_) | ||
|
||
To add a method to the repository, follow the instructions in the ``scripts/add_a_method.sh`` script. | ||
|
||
|
||
|
||
|
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.