Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rank 2 always missing in ACMG_class column #38

Open
ManavalanG opened this issue Feb 4, 2021 · 1 comment
Open

Rank 2 always missing in ACMG_class column #38

ManavalanG opened this issue Feb 4, 2021 · 1 comment
Labels
enhancement New feature or request ranking

Comments

@ManavalanG
Copy link

I tried out AnnotSV v3.0.4 for about 20 samples, and none of their SVs are scored rank-2 in ACMG_class column. Here is an ranks for one of the WGS samples:

$cat out.tsv | awk 'BEGIN{FS="\t"} {if ($16=="full") {print $96}}' | sort | uniq -c
   2352 1
   3631 3
     10 4
     50 5
   5401 NA

Is this expected?

@lgmgeo
Copy link
Owner

lgmgeo commented Feb 4, 2021

Hi Manavalan,

To be ranked in class 2 (likely benign), a SV should be scored from −0.90 to −0.98 points according to the work provided by the joint consensus recommendation of ACMG and ClinGen (Riggs et al., 2020).

The comprehensive and detailed scoring guidelines used in AnnotSV are available in the Scoring_Criteria_AnnotSV_latest.xlsx file (see Table1 for loss SV and Table2 for gain SV).
As you can see, this is indeed not yet possible to obtain such a score.

We especially took attention to scoring as well as possible SV via AnnotSV.
New developments are planned (addition of a database of likely benign SV, addition of breakpoints scoring for SV that are not gain or loss SV...). But it might take time...

Of course, we appreciate the involvement of users in suggesting further improvements.
Let us know of any new ranking ideas ;o)

Best,

Véronique

@lgmgeo lgmgeo added the ranking label Apr 13, 2021
@lgmgeo lgmgeo added the enhancement New feature or request label Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ranking
Projects
None yet
Development

No branches or pull requests

2 participants