View source: R/main_splinter.R
addEnsemblAnnotation | R Documentation |
Adds annotation to extractSpliceEvents
object (if not present)
addEnsemblAnnotation(data, species = "hsapiens")
data |
|
species |
character. biomaRt species passed to retrieve annotation. Common species include: 'hsapiens','mmusculus' |
extractSpliceEvents
object with annotated genes under $geneSymbol
Diana Low
http://asia.ensembl.org/info/data/biomart/biomart_r_package.html#biomartexamples
data_path<-system.file("extdata",package="SPLINTER")
splice_data<-extractSpliceEvents(data=paste(data_path,"/skipped_exons.txt",sep=""))
#splice_data<-addEnsemblAnnotation(data=splice_data,species="mmusculus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.