transform an isoform sequence into a vector of base this isoform covered
Usage
isoform2bases(isoform, count = 1, sep = ",", split = "|")
Arguments
- isoform
The isoform sequence, should be formatted as "s1,e1|s2,e2|...", s means the start site of an exon
while e means the end site.
- count
The count for each base
- sep
The character to split the start and end sites of an exon.
- split
The character to split the exon in the isoform sequence.