Hi There are many datasets for which raw data is not publicly available but BED files are available. Is there any way we can study/calculate exon inculsion levels from these BED files. Splicetrap is one tool which can calculate this from raw files I want to know if something like that can also be done using the analyzed bed files.
Appreciate any help regarding the same.
Thanks
I could be wrong, but did you mean 'BAM' instead of 'BED' file?
No I meant 'Bed' not bam it would not be a problem if it was a bam file because we have tools that can give us that from bam files.
Could you please provide a few lines from such a file?
This is how the first few lines look like :-
chr1 10000 10106 1 566 + 2.87 5472.0 4560.0
chr1 11791 11924 2 200 + 0.0636 152.0 121.0
chr1 12040 12198 3 246 + 0.107 304.0 76.0
chr1 13644 13803 4 184 + 0.0532 152.0 165.0
chr1 13882 14023 5 195 + 0.06 152.0 28.0
chr1 15392 15495 8 222 + 0.0821 152.0 266.0
chr1 16541 16668 9 266 + 0.133 304.0 853.0
chr1 16938 17087 10 251 + 0.114 304.0 1175.0
What do the last three columns represent?
They are raw read counts and normalized counts for the intervals.
I'm afraid this one is beyond me. The data available is not clear to me.
What I want to know is that if we have bed files with read counts at set intervals can we calculate exon inclusion levels or not.