SomaticSignatures: extract low level information
1
0
Entering edit mode
@mathieubourgey-9388
Last seen 8.4 years ago

Hello,

first of all thank for this very nice package.

I generate the somatic mutation decomposition of my data using a meta data information to group my samples (specified using the argument group of the motifMatrix function).

Everything works well and I'm able to get the signature decomposition and the contribution of each of these signatures to my different groups.

What I would like to know is if it possible then to have the contribution of each of these signatures to my whole set of samples ?

If I tried to estimate the signature of my sample directly with the same number of expected signatures but the new signatures are different from those I found using my groups.

do yo have any idea ?

Thank you

Mathieu

somaticsignatures somaticsignatures mutationcontext • 1.1k views
ADD COMMENT
0
Entering edit mode
Julian Gehring ★ 1.3k
@julian-gehring-5818
Last seen 5.0 years ago

You can get the total contribution of each signature to all your samples by summing up the contributions over all samples/groups. Here an example with data from the package:

data("sca_mm", package = "SomaticSignatures")
sigs = identifySignatures(sca_mm, 5)

samples(sigs) ## contribution of each signature (columns) to each sample (rows)
total_contribution = colSums(samples(sigs)) ## sum over samples (rows)
total_contribution
ADD COMMENT

Login before adding your answer.

Traffic: 558 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6