<samp id="e4iaa"><tbody id="e4iaa"></tbody></samp>
<ul id="e4iaa"></ul>
<blockquote id="e4iaa"><tfoot id="e4iaa"></tfoot></blockquote>
    • <samp id="e4iaa"><tbody id="e4iaa"></tbody></samp>
      <ul id="e4iaa"></ul>
      <samp id="e4iaa"><tbody id="e4iaa"></tbody></samp><ul id="e4iaa"></ul>
      <ul id="e4iaa"></ul>
      <th id="e4iaa"><menu id="e4iaa"></menu></th>

      代寫 CSC8636 Visual Analysis of the Ocean Microbiome

      時間:2024-02-25  來源:  作者: 我要糾錯


      CSC8636 – Summative Assessment

      Visual Analysis of the Ocean Microbiome

      Background

      Data visualization has become an important tool for explorative data analysis as well as for presentation and communication of data in many application domains. A domain that has become increasingly data driven over the last decades are biosciences, and in particular when it comes to studies of the microbiome and other genome sequenced data. In this summative assessment, you are asked to  design and  implement  an  interactive  multiple  coordinated views visualization that support analysis of data from a study of the ocean microbiome, using different visualization methods.

      The focus of the tasks in the assessment is on visualization of heterogeneous and multivariate (high dimensional) data, interactive visualization and multiple views, heuristic evaluation, and visualization of uncertainty.

      Data context

      The oceans are the largest cohesive eco-system on earth, and a greater understanding of this eco-system is important for the preservation of the planet as well as for understanding of how organisms have evolved since life began. The data that you will work with originates from a two-and-a-half-year expedition with the schooner Tara, during which oceanic samples were collected from 210 stations across the world oceans. If you are interested, you can read more about the expedition and ocean microbiome here: https://www.embl.org/topics/tara/

      User context

      The end user of the visualization that you will develop would typically be a microbiologist or another domain expert in a bioscience field. The aim of their analysis would be to increase their knowledge of the ocean microbiome, and analysis questions of particular interest may for example include:

      •   Which microbes are detected at the highest levels overall in the oceans?

      •   Which microbes are detected at the highest levels in certain regions of the oceans?

      •   Are there differences in microbe detection levels that can be linked to other features of the oceanic samples, for example the geographic region, sample depth etc?

      •   Are there differences between taxonomic levels, which can be linked to other features of the oceanic samples?

      The data

      You will  be provided with a set of different spreadsheets to work with, which have gone through some initial formatting and cleaning. The full dataset include data related to 135 samples that were taken from different oceanic regions.

      The detection levels of 35,650 Operational Taxonomic Units (OTUs) were recorded for the individual samples. Detection levels are sometimes referred to as the abundance of the OTU. OTUs are close approximations of microbial species, which are extracted through clustering of DNA sequences, so you can think of an OTU as being the same as a microbial species (such as  a  bacterium) .  The  OTUs  also  have  an  associated  hierarchical  taxonomy  through  the biological classification system (https://en.wikipedia.org/wiki/Taxonomy_(biology)), and are often converted into higher levels in the taxonomy for analysis, since an OTU name generally has no biological meaning. Analysis is quite often carried out and reported at Genus level.

      In addition to the OTU detection levels, there area range of contextual data associated with the samples (i.e. metadata) . From a data science and visualization perspective, the OTUs are generally treated as data variables (dimensions) and the samples are data items.

      You will be provided with the following datasets, in comma separated file format (csv):

      •   Tara_OTUtableTax_full.csv:  Each  row  in  this  file   corresponds  to  a   unique   OTU (microbial species). The first six columns include the taxonomic classification for each OTU at the following hierarchical levels: Domain, Phylum, Class, Order, Family, Genus. The original taxonomic classification of the OTUs included a lot of missing values, as a result of OTUs that were not identifiable at all levels in the taxonomy. The highest level where nearly all OTUs were identified was the Class level. Due to this, the missing values have been replaced with the Class name of the OTU, followed by (undef) (i.e. a Cyanobacteria OTU is referred to as Cyanobacteria(undef) at all levels where it has not been classified). The seventh column include a unique OTU-id, which has no biological meaning. The remaining columns each correspond to a sample, with a unique sample id as heading. The cells represent the relative detection level (relative abundance) of OTUs in samples as a percentage value, thus the sum of each column is 100%.

      •   Tara_OTUtableTax_80CAb.csv:  This  file   includes   a  subset   of  the   same  data  as Tara_OTUtableTax_full.csv.  It  is  reduced  to  include  only  the  1400  most  abundant OTUs, which make up 80% of the total cumulative abundance of the full dataset.

      •   Tara_OTUtableTax_80Cab_transp.csv:  This  file   includes   a  transposed  version   of Tara_OTUtableTax_80Cab.csv,  without  the  taxonomy.  In  this  dataset  each  row represent  a  sample  and  each  column   represent  an  OTU,  with  the  first  column representing the sample id.

      •   Tara_SampleMeta.csv: Each row in the file correspond to a sample, with sample id’s that  are  identical  to  those   in  the   OTU  tables.  The   columns   include  contextual information      about      the      samples,      including:      SampleID,      Year,       Month, Latitude[degreesNorth],  Longitude[degreesEast], SamplingDepth[m],  LayerOfOrigin, MarinePelagicBiome, OceanAndSeaRegion, MarinePelagicProvince.

      You can choose yourself which version of the OTU table to use, and are welcome to perform any data wrangling or modification using a tool of your choice prior to visualization.

      The assignment

      The coursework consists of three parts, which are detailed below. Submission and implementation details are provided at the end of the document.

      Part 1: Interactive visualization using multiple coordinated views (60%)

      The first and main task of the coursework is to design and implement an interactive multiple coordinated views visualization that support exploration of the Tara Ocean data, using one of the OTU tables and the sample metadata. The final multiple coordinated views visualization should be saved and submitted as an html page.

      The aims of the visualization are to:

      1.   Help the user understand overall abundance patterns and diversity in the oceans: the user would typically be interested in knowing which the most abundant microbes are, and if there are large variations in abundance between different microbes.

      2.   Help the user understand some of the abundance patterns and diversity in the oceans in context of the sample meta data: e.g. Are there differences in abundance profiles between different sample classes? What does such differences tellus about the Ocean microbiome in context of the sample categories?

      3.   Help the user get an overview of the microbiome while also being able to investigate details and patterns of potential interest in more detail: a user may, for example, be interested to know if there are differences between different taxonomic levels, to identify and explore patterns that are visible only in subsets of data, or to compare specific subsets of samples in more detail.

      For full marks you are expected to include at least three views in your visualization, which are interactively coordinated and display different aspects of the data. You are also expected to take accessibility and user diversity into consideration.

      Fill in the relevant parts of the submission table to demonstrate your approach to meeting the aims. You need to demonstrate in the table your use of visualization theory and principles in  the  design,  and  to  justify  design  choices  made.  You  are  expected  to  also  reflect  on alternative visualization approaches and methods, and how these could have been used.

      Part 2: Uncertainty in data (10%)

      Based on your visualization in part 1: Reflect on potential sources of uncertainty in the data, and how you could approach visualizing them. You do not have to implement anything for this but fill in the relevant part of the submission table.

      Part 3: Heuristics evaluation (20%)

      Based on your visualization in part 1: Reflect on how the visualization meet the visualization heuristics of Wall et al. (2019), and how you could modify the visualization to better meet these heuristics. You do not have to implement anything for this and should not carryout an evaluation with other participants but fill in the relevant part of the submission table.

      Note: marking in this section is not based on if you meet the heuristic criteria, but on your understanding of how the heuristics could be met. Hence, not meeting a heuristic criterion but  having a good suggestion of how you could meet it may be marked equally high as meeting the heuristic.

      Use of language/tools

      You  must  use  Python  and  are  recommended  to  use  the  Altair  and  Pandas  packages  for creating the interactive multiple coordinated views visualization in part 1. You are allowed to use other Python visualization packages, although there will be limited technical support for them and you  must  make sure you are able to generate an  html version of the  multiple coordinated views visualization.

      You are free to use any language or software of choice for any data wrangling that you need to  do.  Make  sure  to  detail  in  the  appendix  and  reference  list  in  your  submission  which packages and software you have used (Python and non-Python).

      What to submit

      Coursework

      •   Submit in Canvas a single zip file including:

      o Report: A document including the submission table with details and justification of your visualization and design choices, and a list of references to sources used to  carry  out  the   project,  in  pdf  format.   References  in  the   report  must  be consistently cited in a standard way.

      o Visualization: The html page with your multiple coordinated views visualization from part 1 (note : this should not bean html version of a Jupyter Notebook, but an html-file saved using Altair’s ‘save’ functionality or similar).

      o Code: Your Python code and the datasets that are loaded by the code.

      The coursework submission deadline is 16:30 on Thursday 22rd February.

      Oral presentation

      Submit in Canvas a short (5-7 min) video demonstration of your visualization and its interactive features. The videos will be shared with others in the module when all have submitted. Video recordings can be made using, for example, Zoom or Microsoft Teams, by recording a meeting where you share your screen.

      請加QQ:99515681  郵箱:99515681@qq.com   WX:codehelp 

      標(biāo)簽:

      掃一掃在手機(jī)打開當(dāng)前頁
    • 上一篇:代寫 PLAN60722 Urban Design Project
    • 下一篇:代寫COMP6236 Buffer Overflow Attacks
    • 無相關(guān)信息
      昆明生活資訊

      昆明圖文信息
      蝴蝶泉(4A)-大理旅游
      蝴蝶泉(4A)-大理旅游
      油炸竹蟲
      油炸竹蟲
      酸筍煮魚(雞)
      酸筍煮魚(雞)
      竹筒飯
      竹筒飯
      香茅草烤魚
      香茅草烤魚
      檸檬烤魚
      檸檬烤魚
      昆明西山國家級風(fēng)景名勝區(qū)
      昆明西山國家級風(fēng)景名勝區(qū)
      昆明旅游索道攻略
      昆明旅游索道攻略
    • NBA直播 短信驗證碼平臺 幣安官網(wǎng)下載 歐冠直播 WPS下載

      關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責(zé)聲明 | 幫助中心 | 友情鏈接 |

      Copyright © 2025 kmw.cc Inc. All Rights Reserved. 昆明網(wǎng) 版權(quán)所有
      ICP備06013414號-3 公安備 42010502001045

      主站蜘蛛池模板: 亚洲爆乳AAA无码专区| 手机在线观看?v无码片| 中文字幕无码人妻AAA片| 亚洲成av人无码亚洲成av人| 亚洲av无码日韩av无码网站冲| 国产在线观看无码免费视频 | 亚洲av永久无码嘿嘿嘿| 久久无码高潮喷水| 亚洲人成人无码网www国产| 无码AV中文字幕久久专区| 少妇爆乳无码专区| av潮喷大喷水系列无码| 亚洲av无码成h人动漫无遮挡 | 中文字幕无码不卡一区二区三区 | 亚洲精品无码久久久久A片苍井空| 免费VA在线观看无码| 亚洲精品无码不卡在线播放| 亚洲AV无码乱码麻豆精品国产| 亚洲中文字幕无码永久在线 | 亚洲av永久中文无码精品综合| 亚洲精品无码精品mV在线观看| 免费VA在线观看无码| 精品久久久无码中文字幕边打电话 | 日韩人妻无码中文字幕视频| 国产精品99久久久精品无码| 真人无码作爱免费视频| 亚州AV综合色区无码一区| 一本色道无码道DVD在线观看| 无码国产精品一区二区免费vr| 亚洲Av无码专区国产乱码DVD| 国产亚洲AV无码AV男人的天堂 | 一夲道dvd高清无码| 性生交片免费无码看人| 亚洲精品久久无码av片俺去也 | 国产50部艳色禁片无码| 亚洲熟妇无码八AV在线播放| 亚洲国产AV无码专区亚洲AV| 无码中文字幕av免费放dvd| 人妻av无码一区二区三区| AV无码精品一区二区三区| 无码人妻精品一区二区蜜桃|