Description Usage Arguments Value Examples
get the BAF track
1 2 3 4 5 6 |
.Object |
the object |
result.dat |
the result dataframe |
gr2 |
the gr2 object |
somatic.gr |
somatic gr object annotation |
min.prev |
previous min |
cex |
the cex |
the highlighted BAF track
1 2 3 4 5 6 7 8 9 10 11 12 | load(system.file("data", "allCall.lst.RData", package="BubbleTree"))
load(system.file("data", "centromere.dat.rda", package="BubbleTree"))
load(system.file("data", "all.somatic.lst.RData", package="BubbleTree"))
load(system.file("data", "hg19.seqinfo.rda", package="BubbleTree"))
trackplotter <- new("TrackPlotter")
gr2 = centromere.dat
nn <- "sam2"
p2 <- bafTrack(trackplotter,
result.dat=allCall.lst[[nn]]@result,
gr2=gr2,
somatic.gr=all.somatic.lst[[nn]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.