View source: R/SBS96_ID_to_SBS192_ID.R
SBS96_ID_to_SBS192_ID | R Documentation |
"-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.
SBS96_ID_to_SBS192_ID(sig_ids)
sig_ids |
Character vector of SBS96 signature IDs. |
Character vector of corresponding SBS192 signature IDs; some have "-E" (for exome) post-pended.
sbs96_ids <- c("SBS1", "SBS23", "SBS25")
sbs192_ids <- SBS96_ID_to_SBS192_ID(sbs96_ids)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.