Skip to content
New issue

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

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

Already on GitHub? # to your account

for the mode "ID", error #445

Closed
eajeong opened this issue Dec 5, 2023 · 2 comments
Closed

for the mode "ID", error #445

eajeong opened this issue Dec 5, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@eajeong
Copy link

eajeong commented Dec 5, 2023

Hello,
I have a question about the error message as follows.

I used maf files from TCGAmutations.
For the mode "ID", I got an error as "More than 2 regions counted, please report your data and code to developer!"

Euna

brca <- tcga_load("BRCA")
mt_tally_ID <- sig_tally(
  brca,
  ref_genome = "BSgenome.Hsapiens.UCSC.hg19",
  use_syn = TRUE,
  mode = "ID",
  add_trans_bias = TRUE
)

ℹ [2023-12-05 14:33:32.010136]: INDEL matrix generation - start.
✔ [2023-12-05 14:33:34.646027]: Reference sequences queried from genome.
✔ [2023-12-05 14:33:34.669403]: INDEL length extracted.
✔ [2023-12-05 14:33:34.92571]: Adjacent copies counted.
✔ [2023-12-05 14:37:07.416215]: Microhomology size calculated.
✔ [2023-12-05 14:37:07.795835]: INDEL records classified into different components (types).
✔ [2023-12-05 14:37:07.821577]: ID-28 matrix created.
✔ [2023-12-05 14:37:07.847312]: ID-83 matrix created.
✖ [2023-12-05 14:37:07.973748]: More than 2 regions counted, please report your data and code to developer!

@ShixiangWang
Copy link
Owner

ShixiangWang commented Dec 5, 2023

Hi @eajeong , thanks for reporting. It's a bug related to counting when trans bias is enabled.

Please update sigminer by BiocManager::install("shixiangwang/sigminer") and try again.

@ShixiangWang ShixiangWang added the bug Something isn't working label Dec 5, 2023
@ShixiangWang ShixiangWang self-assigned this Dec 5, 2023
@eajeong
Copy link
Author

eajeong commented Dec 7, 2023

Thank you for your help.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants