Ntesfaio Week 12/13

From LMU BioDB 2019
Revision as of 19:31, 20 November 2019 by Ntesfaio (talk | contribs) (made sections for each guild)
Jump to navigation Jump to search

Electronic Lab Notebook

Project Manager

Milestone 1: Project “Scaffolding”

This milestone pertains to setting up an initial schedule and any resources that your team will use for the duration of the project. It will be useful to get an overview of every team member’s own milestones so that you have an accurate big picture view.

  1. In consultation with your team, work backward from the final deadline to set intermediate deadlines for each deliverable. In particular you need to set deadlines for what you will accomplish by the journal deadline for Week 11, Week 12/13, and Week 15.
  2. Organize management tools for your team:
    • Communication tools
    • Workflow narratives
    • Action items
    • Testing results/reports
      • Bugs/feature requests
      • Question/answer sequences

Milestone 2: Periodic Updates

Not as much a milestone as an on-going task, once the project is up and running the Project Manager is responsible for keeping track of everyone’s progress.

  1. Get periodic updates on progress; in particular, the project’s “place” in the overall flow should be known at all times (transparency). Team members will be giving a status reports in class for the rest of the semester. However, the instructor will expect you to know and be able to report on the status of each member of your team at any time.
  2. Familiarize yourselves with the specific milestones of each team member so that you know how to monitor the team’s overall progress.
  3. Monitor the status of the report-in-progress and other related documentation.
  4. Coordinate team decisions and action items addressing any unforeseen delays or roadblocks.

Quality Assurance

Milestone 1: Annotated Bibliography

  • The QA's will work with their teams to develop an annotated bibliography of papers relating to their team's assigned paper.

Milestone 2: Journal Club Presentation

  • The QA's will work with their teams to create and deliver a Journal Club presentation about to their team's assigned paper.

Milestone 3: Working with Data Analysts to understand microarray dataset

As an overview, the QA team member is the link between the Coder/Designer and the Data Analyst. He or she needs to know the details of the microarray dataset being analyzed so that the database being designed and populated by the Coder/Designer is correct and useful for the Data Analyst. The QA will independently check that all of the data retrieved from SGD is present and accurately represented in the MS Access database. The QA will also provide assistance to the Data Analyst, making sure that the data analysis steps are being performed correctly and are being correctly documented.

Initially, the QA's will need to do the following:

  • Along with the Data Analysts, download the microarray data associated with your group's article.
    • Barreto et al. (2012)
    • Kitagawa et al. (2002)
    • Thorsen et al. (2007)
    • Along with the Data Analysts, make a "sample-data relationship table" that lists all of the samples (microarray chips), noting the treatment, time point, and replicate number.
    • Are all the samples described in the paper in the dataset?
    • Are all the samples in the dataset described in the paper?
  • Come up with consistent column headers that summarize this information
    • For example, the Dahlquist Lab microarray data used strain_LogFC_timepoint-replicate number, as in wt_LogFC_t15-1.
  • Organize the data in a worksheet in an Excel workbook so that:
  • ID is in the first column
  • Data columns are to the right, in increasing chronological order, using the column header pattern you created
  • Replicates are grouped together

Milestone 4: Making sure expression data has both Sytematic Name and Standard Name ID's

  • The design of the expression tables in the final database will need both an ID field (yeast systematic name) and Standard Name fields.
  • You will need to check the IDs in the expression data and potentially populate one or both of these fields.
  • One way to do this is use the "ORF List <-> Gene List" tool at YEASTRACT.
  • The Synergizer website may also be helpful.
  • Here is a Bioconductor package for it, too.

Milestone 5: Work with Coder/Designers to Design a Database to Store Time-course Microarray Data from four sources

  • Databases created by the teams will be kept in a "BIOL367_Fall2019 > Final Project Database" Box folder.
  • Coder/Designer guild members have rights as editor to this folder; all others in the class can only view/download.
  • This folder will serve as as the version control mechanism for the Coder/Designer guild.
  • Designer/Coders will work with the QA's to create a MS Access Database to store the yeast time-course microarray data for the dataset being analyzed by the Data Analysts.
  • The starting point will be the database already used for the Week 10 assignment, which can be found here on Box.
    • This database is already populated with tables for the Dahlquist Lab microarray data, degradation rates from Neymotin et al. (2014), and initial guesses for production rates.
      • You may need to change the table names of these existing tables so that they make sense with the overall database design.
    • You will need to add one or more expression tables for the expression data from your team's article.
      • Work with your team's QA and Data Analysts to determine appropriate column headings for the expression table.
    • You will also need to create one or more tables with metadata about the other tables because now the database will contain data from multiple sources, not just one.
      • A major part of the design work will be to figure out what information needs to be in the metadata table so that queries can be easily and uniquely performed on the data.

Milestone 6: Validation and Quality Assurance on Database

  • After the Access database is built by the Coder/Designer, the QA will perform quality assurance to make sure that the database is correct and accurate.
    • In particular, the QA needs to make sure that all of the rows of data were imported into the database for the expression table(s).
    • The QA will make sure that both the ID (SGD systematic name) and Standard Names are included in each expression table and are correct.
  • QA's will communicate to the Coder/Designers any changes needed to the database.

Milestone 7: Final Documentation

Data Analysis

Milestone 1: Annotated Bibliography

  • The Data Analysts will work with their teams to develop an annotated bibliography of papers relating to their team's assigned paper.

Milestone 2: Journal Club Presentation

  • The Data Analysts will work with their teams to create and deliver a Journal Club presentation about to their team's assigned paper.

Milestone 3: Getting the data ready for analysis

  1. Download and examine the microarray dataset, comparing it to the samples and experiment described in your journal club article.
  2. Along with the QA's, make a "sample-data relationship table" that lists all of the samples (microarray chips), noting the treatment, time point, and replicate number.
    • Come up with consistent column headers that summarize this information
      • For example, the Dahlquist Lab microarray data used strain_LogFC_timepoint-replicate number, as in wt_LogFC_t15-1.
  3. Organize the data in a worksheet in an Excel workbook so that:
    • ID is in the first column
    • Data columns are to the right, in increasing chronological order, using the column header pattern you created
    • Replicates are grouped together

Milestone 4: ANOVA analysis

  1. Perform an ANOVA analysis of the data, as you did on Week 8 for the Dahlquist lab data.
    • Note that you will need to adjust your formulas to take into account the different number of timepoints and replicates in your article's dataset.

Milestone 5: Clustering with stem and YEASTRACT

  1. Cluster the data with stem, as you did on Week 9.
    • Note that we will make some adjustments to the GO term analysis because stem was not providing GO term names.
  2. Use YEASTRACT to generate a candidate gene regulatory network as you did on Week 9.

Milestone 6: Create an input workbook for GRNmap using MS Access database

  1. Create an input workbook for GRNmap based on a Microsoft Access database that the Coder/Designer and QA's make, following protocol in Week 10
  2. Run GRNmap and interpret data.
  3. As the end-user of the Access database, the Data Analysts will provide feedback to the QAs and Coder/Designer about the usability of database.

Coder/Designer

Milestone 1: Annotated Bibliography

  • The Coder/Designer will work with their teams to develop an annotated bibliography of papers relating to their team's assigned paper.

Milestone 2: Journal Club Presentation

  • The Coder/Designer will work with their teams to create and deliver a Journal Club presentation about to their team's assigned paper.

Milestone 3: Working Environment Setup

Coder/Designer work will require the following software/accounts. The Seaver 120 lab computers are already set up for this; this list is provided for Coders/Designers who need to work on a different computer or outside of the lab.

  • Microsoft Access
  • Box account (provided by LMU)
    • Databases created by the teams will be kept in a "BIOL367_Fall2019 > Final Project Database" Box folder.
    • Coder/Designer guild members have rights as editor to this folder; all others in the class can only view/download.
    • This folder will serve as as the version control mechanism for the Coder/Designer guild.

Milestone 4: Design a Database to Store Time-course Microarray Data from four sources

  • Designer/Coders will work with the QA's to create a MS Access Database to store the yeast time-course microarray data for the dataset being analyzed by the Data Analysts.
  • The starting point will be the database already used for the Week 10 assignment, which can be found here on Box.
    • This database is already populated with tables for the Dahlquist Lab microarray data, degradation rates from Neymotin et al. (2014), and initial guesses for production rates.
      • You may need to change the table names of these existing tables so that they make sense with the overall database design.
    • You will need to add one or more expression tables for the expression data from your team's article.
      • Work with your team's QA and Data Analysts to determine appropriate column headings for the expression table.
    • You will also need to create one or more tables with metadata about the other tables because now the database will contain data from multiple sources, not just one.
      • A major part of the design work will be to figure out what information needs to be in the metadata table so that queries can be easily and uniquely performed on the data.
      • Think about what information would someone need to know to be able to understand how the dataset works. Consult with the QA and Data Analysts to figure out the sample-data relationships and how that should be encoded.

Milestone 5: Build an individual database for your team

  • Once the design work has been completed, you need to actually import the data into the database.
  • Initially, each team will have their own database so that the QA and Data analysts can validate and use the database.

Milestone 6: Validation and Quality Assurance on Database

  • The QA will perform quality assurance to make sure that the database is correct and accurate.
    • In particular, the QA needs to make sure that all of the rows of data were imported into the database for the expression table(s).
    • The QA will make sure that both the ID (SGD systematic name) and Standard Names are included in each expression table and are correct.
  • QA's will communicate to the Coder/Designers any changes needed to the database.

Milestone 7: Merge completed databases into a single database for the class

  • As a guild, the Coder/Designers will merge their separate databases into a final product.
  • With the QA's finalize the database schema diagram


Bio DB Home page

Template:Ntesfaio

Week 1

User:Ntesfaio

Class Journal Week 1

Week 2

Ntesfaio Week 2

Class Journal Week 2

Week 3

RAD53 / YPL153C Week 3

Class Journal Week 3


Week 4

Ntesfaio Week 4

Class Journal Week 4

Week 5

DrugCentral Week 5

Class Journal Week 5

Week 6

Ntesfaio Week 6

Class Journal Week 6

Week 7

Ntesfaio Week 7

Class Journal Week 7

Week 8

Ntesfaio Week 8

Class Journal Week 8

Week 9

Ntesfaio Week 9

Class Journal Week 9

Week 10

Ntesfaio Week 10

Week 11

Ntesfaio Week 11

Sulfiknights

Week 12/13

Ntesfaio Week 12/13

Sulfiknights

Sulfiknights Deliverables

Ntesfaio Week 15

Ntesfaio Final Individual Reflection

Acknowledgments

References