Hi Devon,
Thanks for the script. I have tried to run that. Uploaded library successfully. But then I got an error that
Error: could not find function "makeTxDbFromGFF"
Here is the first few lines of session info
> sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
attached base packages:
[1] stats4 parallel stats graphics grDevices utils datasets methods base
other attached packages:
[1] rtracklayer_1.26.3 GenomicFeatures_1.18.7 AnnotationDbi_1.28.2 Biobase_2.26.0 GenomicRanges_1.18.4
Kindly tell me how can I update package and run function makeTxDbFromGFF
Chirag
Hi,
Your introns are between each exons within a given gene. They're not precisely labelled, however, one can find their begin/end positions since exons are clearly defined.
Isn't it annoying that to find introns one has to go through a relatively complex procedure, as Devon suggests?
Exactly @dariober..! I can do that in excel as well. But I wonder if somebody has already wrote some program for this. Thanks for your inputs.