- Simran Makwana [email protected] [email protected]
- Daisy Han [email protected]
- Evie Wan [email protected]
- Nick Mosca [email protected]
Search by Species Function: Simran Makwana Search by Class Function: Evie Wan Search by Transposon Order Function: Daisy Han Browse Page: Simran Makwana Help page: Evie Wan About page: Nick Mosca
This project aims to create a website that will serve as a search tool for mosquito transposable elements(transposons) for scientists in Dr. Nelson Lau's Lab at Boston University Medical School. Users will be able to search for transposons based on different classification criteria and compare them within four closely related mosquito species.
- Meet with Dr.Lau and team to discuss project objectives and use cases. Brainstorm website interface and database structure.
- Parse FASTA sequencing files and extract the following information: species, accession number, type of transposon (class, order, superfamily), description (if applicable), length of sequence, and number of copies.
- Develop search functions (search by species/class/order) - Python CGI, SQL queries, Ajax, JavaScript
- Develop visualization function - Google chart API
- Web Development: finalize web interface using HTML, CSS, and Bootstrap.
parse_fasta.py: given fasta files, use SeqIO to parse fasta files and save elements in separate files create_transposon_input.py: given fasta files, create csv file used to populate "transposon" table transposon_order_page_daisy.py: search by transposon order function transposon_class_page_evie.py: search by transposon class function webpage_copy_simran.py: search by species function explore_page.py: Browse page DL_webpage_draft_1.py: download files function help_page_evie.py: help page