File: mut_96_occurrences.Rd

package info (click to toggle)
r-bioc-mutationalpatterns 3.8.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,336 kB
  • sloc: sh: 8; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mut_96_occurrences.R
\name{mut_96_occurrences}
\alias{mut_96_occurrences}
\title{Count 96 trinucleotide mutation occurrences}
\usage{
mut_96_occurrences(type_context, gr_sizes)
}
\arguments{
\item{type_context}{result from type_context function}

\item{gr_sizes}{A vector indicating the number of variants per GRanges}
}
\value{
Mutation matrix with 96 trinucleotide mutation occurrences
}
\description{
@details
 This function is called by mut_matrix. It calculates the 96 trinucleotide context for all variants
 and then splits these per GRanges (samples). It then calculates how often each 96 trinucleotide context occurs.
}