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

Refining transcript 3' and 5' ends with LAPA #18

Open
MustafaElshani opened this issue Feb 20, 2023 · 3 comments
Open

Refining transcript 3' and 5' ends with LAPA #18

MustafaElshani opened this issue Feb 20, 2023 · 3 comments

Comments

@MustafaElshani
Copy link

Hi @MuhammedHasan

I see that you have 'lapa.correction.Transcript' how would I be able to use it.

To my understanding default LAPA deals with 'gene_id' how would I change the analysis so that it looks at the 'transcript_id' instead?

As always thank you
Mustafa

@MustafaElshani MustafaElshani changed the title trasncript_id transcript_id Feb 20, 2023
@MuhammedHasan
Copy link
Member

Hi @MustafaElshani

LAPA can create gtf file with novel TES and TSS, when integrated with TALON.

Refer to https://github.com/mortazavilab/talon repo first and create GTF from your long-reads.

Then you can refine your 5' and 3' ends of transcripts LAPA:
https://lapa.readthedocs.io/en/latest/cli.html#lapa-correct-talon

@MuhammedHasan MuhammedHasan changed the title transcript_id Refining transcript 3' and 5' ends with LAPA Mar 2, 2023
@MustafaElshani
Copy link
Author

MustafaElshani commented Mar 2, 2023

Hi @MuhammedHasan

I was planning to go through TALON. So if I understand correctly LAPA ,as is, without TALON, does not do APA site usage analysis at transcript level only a gene level?

Mustafa

@MustafaElshani
Copy link
Author

Hi
I have not run TALON successfully on the the data generating the talon.gtf and then I run the following

!lapa_correct_talon --links ./C_tss_tes_linked_ALL.csv \
                    --read_annot TALON/C_talon_read_annot.tsv \
                    --gtf_input TALON/C_talon.gtf \
                    --abundance_input TALON/C_talon_abundance_filtered.tsv \
                    --gtf_output C_talon_corrected.gtf \
                    --abundance_output C_talon_abundance_corrected.tsv

This generating the abundance corrected and corrected_gtf. From this point how would you go about analysing the APA ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants