EventDetection: Detect splicing events using EventPointer methodology

Description Usage Arguments Value Examples

View source: R/EventDetection.R

Description

Identification of all the alternative splicing events in the splicing graphs

Usage

1
EventDetection(Input, cores, Path)

Arguments

Input

Output of the PrepareBam_EP function

cores

Number of cores used for parallel processing

Path

Directory where to write the EventsFound_RNASeq.txt file

Value

list with all the events found for all the genes present in the experiment. It also generates a file called EventsFound_RNASeq.txt with the information of each event.

Examples

1
2
3
4
  # Run EventDetection function
   data(SG_RNASeq)
   TxtPath<-tempdir()
   AllEvents_RNASeq<-EventDetection(SG_RNASeq,cores=1,Path=TxtPath)

EventPointer documentation built on Nov. 8, 2020, 7:12 p.m.