Learn R Programming

cosmicsig (version 1.1.1)

SBS96_ID_to_SBS192_ID: Translate SBS96 signature IDs to SBS192 signature IDs by adding "-E" if necessary

Description

"-E" added to the name of a transcriptional strand bias signature indicates that it was extracted only from exome sequencing data, and thus reflects transcriptional strand bias in the exome rather than in the entire transcript, including introns.

Usage

SBS96_ID_to_SBS192_ID(sig_ids)

Value

Character vector of corresponding SBS192 signature IDs; some have "-E" (for exome) post-pended.

Arguments

sig_ids

Character vector of SBS96 signature IDs.

Examples

Run this code
sbs96_ids <- c("SBS1", "SBS23", "SBS25")
sbs192_ids <- SBS96_ID_to_SBS192_ID(sbs96_ids)

Run the code above in your browser using DataLab