Closed nicola-calonaci closed 2 months ago
@nicola-calonaci, sorry for the late reply. The default exposure is the exposure for the first tumour cell up to the first exposure change and must be set by using the method MutationEngine$add_exposure()
. See here for an example.
I am encountering a problem when using the
m_engine$place_mutations
function. In the following example, I am not providing thepreneoplatic_SNV_signature_name
agument, because it is optional (https://caravagnalab.github.io/rRACES/reference/MutationEngine-cash-place_mutations.html).I get the following error:
On the other hand, if I provide the argument as shown in the commented out line, my R session is systematically aborted.
The input is a
SamplesForest
Any help is appreciated!