Question regarding extractSignatures command #645
-
|
Hi @PoisonAlien, maftools package is brilliant. Have a small question about Since you are using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hello, Also, you are welcome to test this by adding Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
|
There is a function [doc, source code] |
Beta Was this translation helpful? Give feedback.
Hello,
Thanks for using
maftoolsand I am glad that you find it useful.In my experience
nrunhas an insignificant influence on the overall results. The critical step isestimateSignaturesand as long as you have this approximation, it should be fine for the mainextractSignatures.nrunindeed helps when the data has lots of observation (as in DNAm or gene expression), since here there are only 96 channels, it should not affect the results much.Also, you are welcome to test this by adding
nrun = 100to this line of theextractSignaturesscript :)Hope this helps.