I have installed apatrap to analyze 3'utr in human caner cell line (control vs. treatment), and I run identifyDistal3UTR and predictAPA by writing a bash script and run it using tmux.
However, I cannot generated utr.bed file from using identifyDistal3UTR. Therefore, after using predictAPA, it generates an empty file. Can you help me or give me some ideas? Thank you.
Thank you for your suggestion. I download the bed file from UCSC table browser which you provided. However, as I re-run the idenfigyDistal3UTR, I recieve this message in my terminal:
UTR identification [| ] 1% doneModification of non-creatable array value attempted, subscript -18459924 at script/identifyDistal3UTR.pl line 424.
The first four rows of the hg38 annotation bed file I download
I am not sure what is wrong. Can you briefly describe the content of annotation bed file which is needed for using APAtrap?
I also like to ask where can I find the script/identifyDistal3UTR.pl file which mention in the message.
Thank you for your help.
Yao-Chung
Last edit: Yao-Chung Chen 2020-01-07
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have run the APAtrap with the annotation bed file downloaded from the above link and the test data (https://sourceforge.net/projects/apatrap/files/Test_Data.zip/download), and find out it could run successfully, could you check if there is anything wrong with your bedgraph file?
The source code of APAtrap could be find at this website (https://sourceforge.net/projects/apatrap/files/Source%20Codes/).
Congting Ye
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For the same sequence feature , the first row end position can not be greater than the second row start position - as this would imply contradictory information for a set of bases in the interval between those two values
The correct entry for this should be:
chr4 165341760 165342067 42
Many thanks,
Thomas
Last edit: Thomas Bradley 2021-03-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Dr. Ye,
I have installed apatrap to analyze 3'utr in human caner cell line (control vs. treatment), and I run identifyDistal3UTR and predictAPA by writing a bash script and run it using tmux.
However, I cannot generated utr.bed file from using identifyDistal3UTR. Therefore, after using predictAPA, it generates an empty file. Can you help me or give me some ideas? Thank you.
Yao-Chung
Treatment bedgraph
Control bedgraph
annotation bed file
My bash script
Hi Yao-Chung,
You used an incorrect annotation bed file in identifyDistal3UTR, you could find a correct annotation bed file from this link http://genome.ucsc.edu/cgi-bin/hgTables?hgsid=787774005_ABQYAdCOlXgJmK8wIcJqn5Hwc2ad&clade=mammal&org=Human&db=hg38&hgta_group=genes&hgta_track=refSeqComposite&hgta_table=refGene&hgta_regionType=genome&position=chr1%3A11%2C102%2C837-11%2C267%2C747&hgta_outputType=bed&hgta_outFileName=test.txt
Congting Ye
Hello Dr. Ye,
Thank you for your suggestion. I download the bed file from UCSC table browser which you provided. However, as I re-run the idenfigyDistal3UTR, I recieve this message in my terminal:
The first four rows of the hg38 annotation bed file I download
I am not sure what is wrong. Can you briefly describe the content of annotation bed file which is needed for using APAtrap?
I also like to ask where can I find the
script/identifyDistal3UTR.plfile which mention in the message.Thank you for your help.
Yao-Chung
Last edit: Yao-Chung Chen 2020-01-07
Hi Yao-Chung,
I have run the APAtrap with the annotation bed file downloaded from the above link and the test data (https://sourceforge.net/projects/apatrap/files/Test_Data.zip/download), and find out it could run successfully, could you check if there is anything wrong with your bedgraph file?
The source code of APAtrap could be find at this website (https://sourceforge.net/projects/apatrap/files/Source%20Codes/).
Congting Ye
Hello,
Just to add to this discussion, these type of errors tend to occur when your bedgraph file is not properly sorted.
For example:
Will generate this type of error because chr1 is not correctly sorted.
EDIT:
Looking at your bedgraph file - I can see this is not correctly sorted:
For the same sequence feature , the first row end position can not be greater than the second row start position - as this would imply contradictory information for a set of bases in the interval between those two values
The correct entry for this should be:
Many thanks,
Thomas
Last edit: Thomas Bradley 2021-03-19