You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use bedmethyl tobigwig function for m6A site visualization in IGV, but I don't know the proper input file and information.
the input bedmethyl file is generated by modkit pileup without any option(the end of filename is .bed), and use gencode.v43.transcripts.fa.fai for --sizes option.
but It didn't work. what file should I use for bedmethyl tobigwig??
the one thing is that I generated the bedmethyl file with older version, so the transcript/gene decription(gene ID information) is tab-separted.
Hello developer!!
I tried to use bedmethyl tobigwig function for m6A site visualization in IGV, but I don't know the proper input file and information.
the input bedmethyl file is generated by modkit pileup without any option(the end of filename is .bed), and use gencode.v43.transcripts.fa.fai for --sizes option.
but It didn't work. what file should I use for bedmethyl tobigwig??
the one thing is that I generated the bedmethyl file with older version, so the transcript/gene decription(gene ID information) is tab-separted.
Code
modkit bedmethyl tobigwig --sizes gencode.v43.transcripts.fa.fai --mod-codes a --negative-strand-values --nthreads 10 --log-filepath modkit/output/modkit_bigwig/B2_log modkit/output/m6A_barcode2.bed modkit/output/modkit_bigwig/B2_bigwig
The text was updated successfully, but these errors were encountered: