Name Mode Size
..
Esquema_bis.png 100644 129 kb
EventPointer.Rmd 100644 63 kb
Figure1.png 100644 67 kb
Figure10.png 100644 39 kb
Figure11.png 100644 20 kb
Figure2.png 100644 4 kb
Figure3.png 100644 8 kb
Figure5.png 100644 14 kb
Figure6.png 100644 6 kb
Figure7_2.png 100644 145 kb
Figure8.png 100644 9 kb
Figure9.png 100644 9 kb
Romero_Fig1.png 100644 199 kb
Thumbs.db 100644 143 kb
example3_ce.png 100644 5 kb
example_1_alt5_ce.png 100644 2 kb
example_2_multiple_exon_skipping.png 100644 3 kb
example_4_ri_ce.png 100644 4 kb
example_5_ce_alt3.png 100644 5 kb
README.md
# EventPointer [![platforms](http://bioconductor.org/shields/availability/3.8/EventPointer.svg)](http://bioconductor.org/packages/release/bioc/html/EventPointer.html) [![build](http://bioconductor.org/shields/build/release/bioc/EventPointer.svg)](http://bioconductor.org/packages/release/bioc/html/EventPointer.html) [![updated](http://bioconductor.org/shields/lastcommit/release/bioc/EventPointer.svg)](http://bioconductor.org/packages/release/bioc/html/EventPointer.html) [![yearsBioC](http://bioconductor.org/shields/years-in-bioc/EventPointer.svg)](http://bioconductor.org/packages/release/bioc/html/EventPointer.html) *EventPointer* is an R package to identify alternative splicing events that involve either simple (case-control experiment) or complex experimental designs such as time course experiments and studies including paired-samples. The algorithm can be used to analyze data from either junction arrays (Affymetrix Arrays) or sequencing data (RNA-Seq). The software returns a data.frame with the detected alternative splicing events: gene name, type of event (cassette, alternative 3',...,etc), genomic position, statistical significance and increment of the percent spliced in (Delta PSI) for all the events. The algorithm can generate a series of files to visualize the detected alternative splicing events in IGV. This eases the interpretation of results and the design of primers for standard PCR validation. ![**Figure 1.** EventPointer pipeline ](https://github.com/jpromeror/EventPointer/blob/master/vignettes/Figure1.png) # Installation EventPointer can be installed from Bioconductor using the BiocManager package: ```{r, eval=FALSE} if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") library(BiocManager) BiocManager::install("EventPointer") ```