Open theinvisibleliya opened 4 weeks ago
Initial Setup
git clone <repository_url>
Update Local Content
git checkout devel
git pull origin devel
Create a New Branch
git checkout -b <branch_name>
Commit & Push Changes
git add <file_name>
git commit -m "Brief description of changes"
git push origin <branch_name>
Create a Pull Request
devel
branch for merging.Final Merge & Update
git checkout devel
git pull origin devel
By following these steps, you contribute effectively and collaboratively.
All metrics can be implemented in a single script with pertpy framework:
The idea is to use F1 score metric to compare the outputs of the GRN-prioritizing perturbation models with experimental data (for example). Create a script that takes as input the GRN outputs and experimental data and outputs the F1 score metric.
The metric was used a lot in the SCENIC+ paper, see Fig. 3 and Extended Data Fig.4.: https://www.nature.com/articles/s41592-023-01938-4/figures/3 https://www.nature.com/articles/s41592-023-01938-4/figures/10