An R package for working with TitanCNA results.
As this is not part of Bioconductor yet, you will need to manually install some Bioconductor packages first:
source("https://bioconductor.org/biocLite.R")
biocLite("GenomicRanges")
biocLite("S4Vectors")
biocLite("IRanges")
Once these Bioconductor packages are installed, you can install this package using devtools:
devtools::install_github("tinyheero/titanCNAutils")
To see the full list of exported functions:
library("titanCNAutils")
ls("package:titanCNAutils")
A quick overview of some of the key functions:
load_titan_seg()
: Loads a TitanCNA segment file generated from the createTITANsegmentfiles.pl scriptget_overlap_seg_with_mask_ind()
: Identify TitanCNA segments that overlap with potential germline CNV segmentsget_gene_titan_seg_overlap()
: Annotates the TitanCNA segments with gene annotationsAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.