https://github.com/biocomputingup/cagi-pcm1-assessment
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.1%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: BioComputingUP
- Language: R
- Default Branch: master
- Size: 9.77 KB
Statistics
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 7 years ago
· Last pushed over 7 years ago
Metadata Files
Readme
README.md
##### Scripts for CAGI 5 PCM1 challenge assessment
REQUIREMENTS
```
R:
install.packages('ROCR') install.packages('plotrix') install.packages('ggthemes') install.packages('ggplot2') ```
USAGE
to run all analyses, you have just to run the following command: Rscript ./src/CAGIassessmentmain.R This script will check submission format, computes all statistics and makes plots This script expects a folder structure like this to run: ./src <- contains all scripts ./results <- will contain all performance tables and plots ./data <- has to contain 3 folders: experimental_value, submissions, template
These are Input needed:
# experimental values file in ./data/experimental_value
# submission template in ./data/template
# submission files in ./data/submissions
Running the script these Output files will be generated in ./results
# confusion matrix of each submission
# heatmap of Correlation among submissions (MO or MO+WT p value)
# heatmap containing all performance indices (BACC, MCC, F1, TPR, TNR)
# plot with percentage of correct predictions for each variant
# scatterplot with all submissions p value and SD (MO or MO+WT p value)
# plots of the distribution of BACC/F1/MCC values of random predictions
# table containing all performance indices (BACC, MCC, F1, TPR, TNR)
# table containing prediction rank for all performance indices (BACC, MCC, F1, TPR, TNR)
# table with performance index and rank
# table with one confusion matrix for each submission
Owner
- Name: BioComputing Group, University of Padova
- Login: BioComputingUP
- Kind: organization
- Email: biocomp@bio.unipd.it
- Location: Italy
- Website: https://biocomputingup.it/
- Repositories: 31
- Profile: https://github.com/BioComputingUP
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0