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

What is kbCategory? #64

Open
faruqsandi opened this issue Sep 14, 2024 · 0 comments
Open

What is kbCategory? #64

faruqsandi opened this issue Sep 14, 2024 · 0 comments

Comments

@faruqsandi
Copy link

Hello,

I run into problem where I don't know what to fill in the json.
I see kbCategory in several places:

  1. Mutation signature, example: {kbCategory": "strong signature"}
  2. Expression variant: {kbCategory": "increased expression"} or reduced expression
  3. Copy variant: {kbCategory": "amplification"}, copy gain, deep deletion, so on.

Afaik, expression variant and copy variant use INPUT_COPY_CATEGORIES and INPUT_EXPRESSION_CATEGORIES:

INPUT_COPY_CATEGORIES = IterableNamespace(
    AMP='amplification',
    ANY_GAIN='copy gain',
    ANY_LOSS='copy loss',
    DEEP='deep deletion',
    GAIN='low level copy gain',
    LOSS='shallow deletion',
)

INPUT_EXPRESSION_CATEGORIES = IterableNamespace(
    UP='increased expression', DOWN='reduced expression'
)

But how about mutation signature? How do I know if I can fill a fields using free text or should follow certain values? Do you have a JSON file which has complete entries for each section in the report as a model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant