https://github.com/biocomputingup/cagi-id-assessment

Assessment scripts for ID challenge of CAGI 5

https://github.com/biocomputingup/cagi-id-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.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Assessment scripts for ID challenge of CAGI 5

Basic Info
  • Host: GitHub
  • Owner: BioComputingUP
  • Language: R
  • Default Branch: master
  • Size: 4.15 MB
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 ID challenge assessment

REQUIREMENTS

``` R:

install.packages('ROCR') install.packages('plotrix') install.packages('gridExtra) install.packages('ggplot2') ```

USAGE

to run all analyses, you have just to run the following command: Rscript ./src/CAGIassessmentmain.R This script will compute all statistics and make 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
       * AUC of each submission
       * barplot with amount of patients correctly predicted by n groups for each phenotype
       * heatmap of AUC of all submissions on each phenotype
       * barplot with number of correctly predicted variants by each submission
       * barplot with amount of correctly predicted variants by n groups
       * pie chart with number of patiets with and without variants
       * barplot with number of Causative, Putative causative and Contributing factor variants
       * barplot with number of patients with known features for each phenotype 
       * table with assessment performed on each patient
       * tables with n of correct predictions, n of correct variants, n of correct prediction and variant (all patients or only patients with variant)
       * tables with number of correct predictions for each patient on each class
       * tables with submission performance on each phenotype (AUC, MCC, ACC, F1, TPR, PPV, TNR, NPV, FNR, TP, TN, FN, FP)
       * barplots with submission performance(TP, TN, FP, FN) computed on submitted p-values (P = "*" are not considered) and experimental value, computed with all or only patients with variants
       * table with submission performance on all phenotypes (AUC, MCC, ACC, F1, TPR, PPV, TNR, NPV, FNR, TP, TN, FN, FP)
       * table with (for each submission): total number of correctly predicted variants, total predicted (different) variants, Correctly predicted variants/Experimental variants, Correctly predicted variants/Predicted Variants 
       * table with rank of AUC on all submissions and phenotypes
       * table with patient, variant, number of groups with correct answer

Owner

  • Name: BioComputing Group, University of Padova
  • Login: BioComputingUP
  • Kind: organization
  • Email: biocomp@bio.unipd.it
  • Location: Italy

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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels