View source: R/main_splinter.R
makeROI | R Documentation |
Creates an object to store information about the splice site (region of interest) including flanking regions and alternative splice outcome
makeROI(df, type = "SE")
df |
data.frame object from |
type |
type of splicing event c("SE","RI","MXE","A5SS","A3SS") |
a list containing
(1) type : splice type
(2) name : ID of transcript
(3) roi : GRanges object of splice site
(4) flank : GRanges object of flanking exons of splice site
(5) roi_range : GRangesList of splice site and it's alternative outcome based on type
Diana Low
single_record<-splice_data$data[which(grepl("Prmt5",splice_data$data$Symbol)),]
roi <- makeROI(single_record,type="SE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.