Learn R Programming

SEAA (version 0.9.6)

SEcalculation: Splicing Efficiency Calculation

Description

This function is used to calculate the splicing efficiency.

Usage

SEcalculation(BAM_files, Anno_SAF, paired = TRUE, thread = 1, strand = 1)

Arguments

BAM_files

Aligned reads stored in indexed bam files.(2 bam files)

Anno_SAF

Splicing sites annotation in a saf file.

paired

Whether the sequencing is paired or not.

thread

threads number used in calculating

strand

which strand of the sequencing

Value

a large list

Examples

Run this code
# NOT RUN {
BAM_files <- c("~/project3tB/SEAA_project/R_counstruction_place/SEAA/inst/extdata/NC_t.bam",
"~/project3tB/SEAA_project/R_counstruction_place/SEAA/inst/extdata/USP_t.bam")
Anno_SAF<-"~/project3tB/SEAA_project/R_counstruction_place/SEAA/inst/extdata/test.saf"
SEresultlist<-SEcalculation(BAM_files,Anno_SAF,paired = TRUE ,thread = 2,strand = 1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab