{"id":21478411,"url":"https://github.com/mathworks-teaching-resources/biosciences-genetics","last_synced_at":"2025-03-17T08:24:29.800Z","repository":{"id":233621368,"uuid":"787580624","full_name":"MathWorks-Teaching-Resources/Biosciences-Genetics","owner":"MathWorks-Teaching-Resources","description":"This is an interactive courseware module for use in introductory biology classrooms. This module teaches the basics of genetics using biological real datasets. It includes several live scripts. ","archived":false,"fork":false,"pushed_at":"2024-04-30T13:31:28.000Z","size":28366,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"release","last_synced_at":"2025-01-23T17:57:28.968Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MathWorks-Teaching-Resources.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-16T19:47:10.000Z","updated_at":"2024-07-09T18:32:31.000Z","dependencies_parsed_at":"2024-04-30T14:47:32.898Z","dependency_job_id":"c69ca470-8c47-447d-9045-496546725176","html_url":"https://github.com/MathWorks-Teaching-Resources/Biosciences-Genetics","commit_stats":null,"previous_names":["mathworks-teaching-resources/biosciences-genetics"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathWorks-Teaching-Resources%2FBiosciences-Genetics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathWorks-Teaching-Resources%2FBiosciences-Genetics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathWorks-Teaching-Resources%2FBiosciences-Genetics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathWorks-Teaching-Resources%2FBiosciences-Genetics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MathWorks-Teaching-Resources","download_url":"https://codeload.github.com/MathWorks-Teaching-Resources/Biosciences-Genetics/tar.gz/refs/heads/release","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997164,"owners_count":20380982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T11:18:15.675Z","updated_at":"2025-03-17T08:24:29.706Z","avatar_url":"https://github.com/MathWorks-Teaching-Resources.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Biosciences: Genetics\n\n[![View Module on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/163706-biosciences-genetics) or\n[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-genetics\u0026file=S1_Introduction.mlx)\n\nThis curriculum module teaches students the basic concepts involved in computational genetics.  \n\n## Description\n\nIn this module, we will learn how to use MATLAB to analyze genetic data. We will calculate the statistics of a single DNA sequence, use real genetic data to create a phylogenetic tree, and explore within-species genetic variation. Make sure you're familiar with the basics of using MATLAB by going through the [MATLAB Onramp](https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted) before continuing.\n\nThis module utilizes data pulled from [GenBank](https://www.ncbi.nlm.nih.gov/genbank/), the NIH's library of publicly available genetic sequences. \n\n\u003cimg src=\"images/640px-Bdna_cropped.gif\" width=25% height=25%\u003e\n\n[A 3-dimensional model of DNA](https://commons.wikimedia.org/wiki/File:Bdna_cropped.gif)\n\n## Prerequisites \n\nThis module assumes basic MATLAB knowledge and it is recommended that all students take the [MATLAB Onramp](https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted).\n\n## Getting Started \n\nTo learn more about opening and using MATLAB, see the accompanying [Getting Started](Getting_Started.pdf) guide. \n\n## Sections \nNotes: These scripts can all be run independently, though we recommend going through these live scripts in order. These live scripts are intended to be used with output inline. To change the output, go to the View tab of the toolstrip, and select ![](images/outputinline.png)  Output Inline. \nThe scripts have areas for the students to interact with the code ![](images/try.png) . There will also be exercises ![](images/exercise.png)  in most scripts and the answers will be provided at the end.  A problem set for students to practice these concepts is also included here. Throughout the scripts, there are also moments to students to reflect on what they've learned or on what the data means ![](images/reflect.png) . Particularly interesting examples of how these concepts are used in \"real-world\" biology are also pointed out ![](images/app.png).\n\n[Introduction](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-genetics\u0026file=S1_Introduction.mlx)\n- Learning objective: Students will learn about how computation is used in genetics. \n\n[Explore a single DNA sequence](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-genetics\u0026file=S2_Single_seq.mlx)\n- Learning objective: Students will learn to import and analyze DNA sequences in MATLAB, and visualize nucleotide content. \n\n[Comparative genetics](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-genetics\u0026file=S3_Comparative_genetics.mlx)\n- Learning objective: Students will calculate genetic distances between species, visualize genetic distance using phylogenetic trees, and use the data to interpret evolutionary relationships. \n\n[Population genetics](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-genetics\u0026file=S4_Population_genetics.mlx)\n- Learning objective: Students will visualize genetic differences within a population using dimensionality reduction. \n\n[Problem set](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-genetics\u0026file=S5_Problem_set.mlx)\n- [Problem set answers](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-genetics\u0026file=S6_Problem_set_answers.mlx)\n\n## Related Courseware Modules\n\nLink to 5 other modules here once set up. \n\n## Products \n\nMATLAB®, Bioinformatics Toolbox™, Statistics and Machine Learning Toolbox™\n\n## License\n\nThe License for this project is in the [License.txt](license.txt) file in this repository. \n\n##\n_\u0026copy; Copyright 2023 The MathWorks, Inc._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathworks-teaching-resources%2Fbiosciences-genetics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathworks-teaching-resources%2Fbiosciences-genetics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathworks-teaching-resources%2Fbiosciences-genetics/lists"}