chimericStats | R Documentation |
Simple function that returns a list of basic stats obtained from a STAR chimeric file
chimericStats(chimericDT)
chimericDT |
: Data table of chimeric junctions as provided by STAR aligner |
FilterChimericJuncs
extdata_path <- system.file("extdata",package = "Ularcirc") chimeric.file <- paste0(extdata_path,"/SRR444655_subset.Chimeric.out.junction.gz") chimericDT <- Ularcirc::loadSTAR_chimeric(chimeric.file,returnColIdx = 1:14) Ularcirc::chimericStats(chimericDT$data_set) chimericDT$filtered <- Ularcirc::FilterChimericJuncs(chimericDT$data_set, canonicalJuncs = TRUE) Ularcirc::chimericStats(chimericDT$filtered)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.