tumorProtein: Translate the sequence of a rearranged DNA sequence

View source: R/fusion-utils.R

tumorProteinR Documentation

Translate the sequence of a rearranged DNA sequence

Description

Translate the sequence of a rearranged DNA sequence

Usage

tumorProtein(genome, fused.txlist)

Arguments

genome

a BSgenome object

fused.txlist

a GRangesList

See Also

referenceProtein

Examples

data(rear_cds, package="trellis")
library(BSgenome.Hsapiens.UCSC.hg19)
genome <- BSgenome.Hsapiens.UCSC.hg19
fused_tx <- fuse(clip(rear_cds))
fused.proteins <- tumorProtein(genome, fused_tx)


cancer-genomics/trellis documentation built on Feb. 2, 2023, 7:04 p.m.