generated from se-tuebingen/teamprojekt-vorlage
-
Notifications
You must be signed in to change notification settings - Fork 0
UI UX Concept
AronW edited this page May 7, 2024
·
1 revision
The following UML Diagram represents our current draft for our Project.

- user enters a input in form of a Wiggle file
- post request of wiggle file
- creation of JobObject which is responsible of processing wiggle file and creating ReturnObject with the help of TSS-prediction and TSS-predator
- Job gets added to Job-Queue
- dequeued jobs compute TSS and create ReturnObjects
- ReturnObjects should contain all relevant information for frontend to visualize
- get request of ReturnObject
- visualization takes place in frontend
Predicting, Comparing and Visualizing Transcription Start Sites