Error when using "readTranscriptFeatures" in "Genomation" R package for loading the bed file
0
0
Entering edit mode
sat • 0
@ccbf0270
Last seen 9 weeks ago
italy

the Error is when i want to load bed file with using "readTranscriptFeatures" in Genomation R package

feats = readTranscriptFeatures("gff_assembly_to_bed.bed") Reading the table... Calculating intron coordinates... Error in .Call2("solve_user_SEW0", start, end, width, PACKAGE = "IRanges") : In range 1: 'end' must be >= 'start' - 1.

i checked the bed file there is not values for end greater than start? Anybody know how i can find whats the error?

thanks

sat

readTranscriptFeatures R genomation bed • 895 views
ADD COMMENT
0
Entering edit mode

Is the bed file publicly available? If so you might point to where others could get it.

ADD REPLY
0
Entering edit mode

Hi James, thank you. no. unfortunately, this bed file im using it is not publicly available.

ADD REPLY
0
Entering edit mode

OK. Without either the example data or a self-contained example I am afraid it is unlikely that anybody can help. But do note that the error comes from calculating the intron coordinates, which may indicate that there are genes where the start of one exon is smaller than the end of the preceding exon (but the exons themselves have starts < ends), in which case the intron between those exons might be inferred to have a start > end. So you might check for that.

ADD REPLY

Login before adding your answer.

Traffic: 860 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6