Closed DiegoZavallo closed 2 years ago
I believe you have provided the tabix index file in your modbamtools -b option. you should have the file itself ending in .gz and the program will automatically look for the index file with the added .tbi extension.
Hi! sorry to bother you again. You're right, I was loading the .tbi file instead of the .gz one. I have a couple of question: 1)Is there a way to add the name of each transcript from the trasncriptome.bed file so they appear in the modbamviz.html? 2) each box represent a C on a CpG context right? the lines between each box correspond to the sequences of the reads with out any CpG? 3) How do you know when the modification correspond to 5hmC or 5mC in the red boxes?
thanks!
Diego
Hi!
Hi! I´m usign modbamtools and it works really good! I want to add some tracks for genes but I don´t have a gff or bed file for this organism. I do have a transcriptome, so what I did was to mapped to the genome, convert the sam to bam (sorted and index) and then converted to bed. Then bgziped and make the taidx with:
tabix -p bed Pnotatum_transcriptome.bed.gz
Then I ran modbamtools:
modbamtools plot -b ../Data/Pnotatum_transcriptome.bed.gz.tbi -r CM039690.1:41885620-42624712 -o ./modbamtools/ ./megalodon_results_Q4188/mod_mappings_sorted.bam ./megalodon_results_Q4117/mod_mappings_sorted.bam ./megalodon_results_R1/mod_mappings_sorted.bam -s Q4188,Q4117,R1 -h 500
but I have this error:Why it said that I don´t have the Pnotatum_transcriptome.bed.gz.tbi.tbi file? why with 2 .tbi.tbi?
Maybe I did made a mistake from the .sam to the .tbi? Could you look at mi taidx file if something is missing? I also attach the bed.gz file Pnotatum_transcriptome.zip
Thanks!
Diego