Cannot match signatures after extracting #434
-
Hello, When I make a table with extracted data, I could see the tally component and this is the result of the head command with the table: TUMOR In shell, I also tried to extract the mutation signatures using both maf and sbs as set values for mode. It gave me an error when I used maf as mode: You may choose wrong 'mode' option, this is designed for 'SBS'. However, it generated a SBS_tally.csv file, which is containing information of tally component. When I set sbs as mode, the work has done without an error, but there is no file in the folder. Because I have total 33 samples, I used maftool to combined them and run both Sigminer and Sigflow, I was fail to extract signatures. Please, let me know if there are any other information or files that you need to go over the issue. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Set |
Beta Was this translation helpful? Give feedback.
And if you are using
get_sig_similarity()
to match signatures, and youradd_trans_bias = TRUE
, you will need to change the option ofsig_db = "TSB"
.Check https://shixiangwang.github.io/sigminer/reference/get_sig_similarity.html