Difference between revisions of "Data Analysis"
Jump to navigation
Jump to search
Kdahlquist (talk | contribs) (→Milestones: add note about keeping notes for reproducible research) |
Kdahlquist (talk | contribs) (→Milestone 2: Getting the data ready for analysis: delete eweight and gweight) |
||
Line 32: | Line 32: | ||
#* Treatments are grouped together | #* Treatments are grouped together | ||
#* Replicates are grouped together | #* Replicates are grouped together | ||
+ | #* Delete the "EWEIGHT" row and "GWEIGHT" column. | ||
# These data are from an Affymetrix, single-color chip. So, instead of ratios, the values are raw intensity values. We need to convert the data into Log<sub>2</sub> fold changes (LogFC). | # These data are from an Affymetrix, single-color chip. So, instead of ratios, the values are raw intensity values. We need to convert the data into Log<sub>2</sub> fold changes (LogFC). | ||
#* The raw intensity values have been log-transformed, which we need to undo before we calculate the ratios. | #* The raw intensity values have been log-transformed, which we need to undo before we calculate the ratios. |
Revision as of 21:00, 10 April 2024
Final Project Links | |||||||
---|---|---|---|---|---|---|---|
Overview | Deliverables | Guilds | Project Manager | Quality Assurance | Data Analysis | Coder/Designer | |
Team | Yeast Beasts |
The role of the Data Analyst will be to apply the data analysis pipeline that you learned by analyzing the Dahlquist Lab microarray dataset to complete the analysis of a different published yeast timecourse microarray dataset. The Data Analysts are the end-users of the project, ultimately determining whether the work of the coder/designer and quality assurance members is useful to them.
Contents
Guild Members
- Katie & Charlotte
Milestones
The milestones do not necessarily correspond to particular days/weeks; instead they are sets of tasks grouped together.
- Data Analysts can have a shared individual journal entry. Both students will be given the same grade and are expected to contribute equally to the electronic lab notebook.
- Detailed notes should be taken throughout consistent with reproducible research and contributing to the final deliverables.
Milestone 1: 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 2: Getting the data ready for analysis
- Download and examine the microarray dataset, comparing it to the samples and experiment described in your journal club article.
- Link to processed dataset from SGD.
- For your reference, this is the link to the dataset at the GEO Database:GSE26169. However, we will use the dataset processed by SGD.
- 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.
- Do not use any special characters except for "-" or "_" (e.g., no commas, etc.)
- Come up with consistent column headers that summarize this information
- Organize the data in a worksheet in an Excel workbook so that:
- ID (SGD systematic name) is in the first column
- Data columns are to the right, in increasing chronological order, using the column header pattern you created
- Treatments are grouped together
- Replicates are grouped together
- Delete the "EWEIGHT" row and "GWEIGHT" column.
- These data are from an Affymetrix, single-color chip. So, instead of ratios, the values are raw intensity values. We need to convert the data into Log2 fold changes (LogFC).
- The raw intensity values have been log-transformed, which we need to undo before we calculate the ratios.
- Create new column headers and then do the transformation of all the data with the equation
=2^<cell designation>
- Compute the average value of the t0 timepoint for the control and CHP-treated data.
- Calculate the fold change by dividing each value for each timepoint by the average t0 value for the respective treatment (control or CHP-treated).
- Log2 transform the fold changes.
- The data are now ready for the next step.
Milestone 3: ANOVA analysis
- Perform an ANOVA analysis of the data (including the Bonferroni and Benjamini and Hochberg corrections), as you did on Week 9 for the Dahlquist lab data.
- Perform the ANOVA separately for the Control vs. the CHP-treated 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.
- Perform a "Sanity Check" and create a table of p value counts like you did for the Week 9 assignment. This time, do the Sanity Check on the Benjamini-Hochberg corrected p values instead of the unadjusted p values.
- You will need to determine a suitable p-value cut-off for the clustering analysis. A suitable cut-off will include about 25% of the total number of genes.
Milestone 4: Clustering with stem and YEASTRACT
- Cluster the CHP-treated data with stem, as you did on Week 10. Collect the screenshots of the main clustering results and the plots of all significant clusters. What are the main patterns that you see? Are they similar to what was reported in the Sha et al. (2013) paper?
- Note that we will make some adjustments to the GO term analysis because stem was not providing GO term names. We are going to use the GO enrichment tool at GeneOntology.org instead.
- Go to http://geneontology.org/.
- Select two clusters with different patterns that have a reasonably large number of genes. For each cluster you want to analyze, open the gene list and copy the list of genes.
- Paste the list of genes into the "Go Enrichment Analysis" box on the right hand side of the GeneOntology.org page.
- Select "Saccharomyces cerevisiae" from the species drop-down menu.
- Click the "Launch" button.
- Near the bottom of the results page, click on the button to Export "Table".
- This will prompt you to save a .txt file that can be opened in Excel to view your results.
- Use YEASTRACT to generate a list of candidate regulatory transcription factors in Week 10.
Milestone 5: Create a candidate gene regulatory network and input workbook for GRNmap using MS Access database
- Create an input workbook for GRNmap using queries to the Microsoft Access database that the Coder/Designer and QA's make. The main worksheets you will need to create are as follows:
production_rates
degradation_rates
wt_log2_expression
(based on the CHP-treated data)network
- Run GRNmap in Dr. Dahlquist's research lab (make appointment) and interpret data.
- 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.
Final Project Links | |||||||
---|---|---|---|---|---|---|---|
Overview | Deliverables | Guilds | Project Manager | Quality Assurance | Data Analysis | Coder/Designer | |
Team | Yeast Beasts |