Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tang-pro opened this issue Jan 10, 2025 · 2 comments
Open
Labels
question Looking for clarification on inputs and/or outputs

Comments

@Tang-pro
Copy link

Tang-pro commented Jan 10, 2025

@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?

@ArtRand
Copy link
Contributor

ArtRand commented Jan 10, 2025

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 ArtRand added the question Looking for clarification on inputs and/or outputs label Jan 10, 2025
@Tang-pro
Copy link
Author

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
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
Are the positions obtained here relative to the starting position of the transcript?
So adding --refe or not, what is the difference in position?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Looking for clarification on inputs and/or outputs
Projects
None yet
Development

No branches or pull requests

2 participants