generateCorrectedIsoform: generateCorrectedIsoform generates the corrected isoforms...

Description Usage Arguments Value

View source: R/generateCorrectedIsoform.R

Description

generateCorrectedIsoform generates the corrected isoforms given the defined thresholds of ts and td

Usage

1
2
generateCorrectedIsoform(LRjunc, SRjunc, LRtag, LRread, ts, td,
  matchedLS = NULL, fuzzyMatch = 100)

Arguments

LRjunc

a list of data frame, indicating the splicing junction sites obtained from long reads

SRjunc

a list of data frame, indicating the splicing junction sites obtained from short reads

LRtag

a list of character values, indicating the splicing junctions for each long read in the format of "junction_start,junction_end"

LRread

a list of data frame, indicating the information of long read, comprising id, chr, strand, start, end, junc

ts

integer value indicating the number of short read support

td

integer value indicating the distance between long and short read junction sites

matchedLS

the correspondence bewteen long read and short read-derived junction sites

fuzzyMatch

integer value indicating the tolerance distance

Value

a list of corrected isoforms, comprising the following items:


zhushijia/STAR2bSMRT documentation built on Dec. 18, 2019, 7:37 a.m.