motif-functions {SomaticSignatures}
Usage
motifMatrix(vr, group = "sampleNames", normalize = TRUE)
Arguments
vr
GRanges object [required]
But, the example from the manual shows
Examples
data(sca_motifs_tiny)
motifMatrix(sca_motifs_tiny, group = "study")
However, sca_motifs is a VRange object. So, what is the right type for motifMatrix? VRange or GRange?
Thanks Julian. It works right.