Integrative-Transcriptomics / tss-prediction-comparison

This repository includes the tool for the prediction, comparison and visualization of TSS predicted using RNAseq. The results are then compared to provide an overview and also single-detailed visualizations.
1 stars 0 forks source link

Comparison of predicted results and TSSpredator #29

Open mwittep opened 2 months ago

mwittep commented 2 months ago

Description

From the predicted results and an established method such as TSSpredator, we want to identify which TSS are found in both and which are unique for each class. Also, if they have unique characteristics, such as distance to the next annotated gene or gene expression level.

Acceptance

Definition of Ready

If this issues has been discussed with the team and everybody agrees that it is implementable within one iteration, you can assign the label ready to it.

AmelieFl commented 3 weeks ago

the issue was solved on branch 28-parsing-MasterTable The name of the wiki entry is: TSS classification the functions for classifying the TSSs are in the file app/TSSclassifier.py. The function find_common_tss() returns a data frame that only includes TSS found by both our prediction and TSS predator. The function df_to_response() in app/server.py by julian converts the dataframes to csv files so that the information can be sent to the frontend.

AronWichtner commented 2 weeks ago

Review:

I reviewed the file GFFParser.py on Branch dev (since branch 28 was merged into it) This review also covers #38 since the GFF and annotation of TSS is also required in this Issue

Wiki entry:

Code: