modkit icon indicating copy to clipboard operation
modkit copied to clipboard

--ref <REFERENCE_FASTA> is to select the reference genome or transcriptome

Open Tang-pro opened this issue 11 months ago • 2 comments

@rmp

When I want to perform m6A analysis and use modkit pileup to identify methylation information, should I specify the reference genome or the reference transcriptome with the --ref <REFERENCE_FASTA> option?

Tang-pro avatar Jan 10 '25 13:01 Tang-pro

Hello @Tang-pro,

You should use the FASTA that you aligned the reads to. However, this argument is only required if you're using the --motif options.

ArtRand avatar Jan 10 '25 18:01 ArtRand

Hi @ArtRand

the BAM file generated from aligning sequencing reads to a transcriptome I have a doubt regarding the following commands: Without using --ref: modkit pileup Y2_5_2.bam Y2_5_2.bed --log-filepath Y2_5_2.log -t 20 --with-header image

What kind of positions are obtained here? With --ref: modkit pileup ../Y2_5_2.bam Y2_5_2.bed --ref transcripts.fa --log-filepath Y2_5_2.log -t 20 --with-header --motif DRACH 2 image

Are the positions obtained here relative to the starting position of the transcript? So adding --refe or not, what is the difference in position?

Tang-pro avatar Jan 12 '25 02:01 Tang-pro