it is a human genetics course , the assignment is proposal where you construct your own experiment (as you do when you apply for master ). i did my poster on xedroderma pigmnetosum disease and you can choose this disease and construct an experiment to solve for the mutation causing the disease for example CRISP/CAS9 editing technology. the disease in caused by mutation in the nucleotide excision repair protein and they used this editing method to correct mutation and you should come up with your own method
i will attach a document with a detailed explanation of the assignment .
you have to construct your own experiment and follow the instructions on the document i will attach
you can choose this xeroderma pigmentosum disease or any other genetic disease
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

