pgsc_calc icon indicating copy to clipboard operation
pgsc_calc copied to clipboard

The Polygenic Score Catalog Calculator is a nextflow pipeline for polygenic score calculation

Results 42 pgsc_calc issues
Sort by recently updated
recently updated
newest added

* Compares calculated scores to known good scores * Requires about 6.2GB RAM max * Run on publish or through UI (it's a bit slow)

### Description of feature Add additional checks to make sure all variants in the scoring file have been calculated on the samples. Currently this check is only for test data,...

enhancement

Either in: - Wide format (e.g. multiple effect_weight columns) - Long format (e.g. a single ID column)

documentation
enhancement

To ensure the calculator runs when a single-sample is provided, assuming it is from imputed genotype dosages (not WGS where matching will be limited). Related to #283

enhancement

### Description of the bug In the current dev build, the report is made, but it does not contain any columns except for SUM: ``` sampleset IID PGS SUM Z_MostSimilarPop...

bug
user-query

### Discussed in https://github.com/PGScatalog/pgsc_calc/discussions/278 Originally posted by **bgulko** April 16, 2024 runing pgs_calc with --trait_efo EFO_0005140 accesses PGS004700 (grch38/singularity), which generates error and halts the pipeline in combine_scorefiles When I...

user-query

### Description of the bug I am having a bug during run_ancestry calculation. Any idea what does it mean? PGSCATALOG_PGSCALC:PGSCALC:ANCESTRY_PROJECT:INTERSECT_THINNED (R01axy)' Caused by: Process `PGSCATALOG_PGSCALC:PGSCALC:ANCESTRY_PROJECT:INTERSECT_THINNED (R01axy)` terminated with an error...

bug
user-query

Will use new python-based intersect variants to implement MAF/missingness filters to define variants in the target dataset that are PCA-eligible: https://github.com/PGScatalog/pygscatalog/blob/match_intersect/pgscatalog.match/src/pgscatalog/match/cli/intersect_cli.py

### Description of feature Ensure that pgsc_calc works with [OmicsPred](https://www.omicspred.org) scoring files. Would be ideal to use pre-combined score files (see #64) and be able to specify ID/platform on the...

enhancement