tumorProtein | R Documentation |
Translate the sequence of a rearranged DNA sequence
tumorProtein(genome, fused.txlist)
genome |
a |
fused.txlist |
a |
referenceProtein
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.