Description Usage Arguments Value Examples
View source: R/SEcalculation.R
This function is used to calculate the splicing efficiency.
1 | SEcalculation(BAM_files, Anno_SAF, paired = TRUE, thread = 1, strand = 1)
|
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 |
a large list
1 2 3 4 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.