Difference between revisions of "Knguye66 Eyoung20 Week 12/13"

From LMU BioDB 2019
Jump to navigation Jump to search
(Progress 11/21/19: edit)
(Progress 11/21/19: edit)
Line 13: Line 13:
 
* Following the ANOVA: Part I, Bonferroni, Benjamini & Hochberg, and p-value correction, a quick sanity check was performed for the p-value dataset.  
 
* Following the ANOVA: Part I, Bonferroni, Benjamini & Hochberg, and p-value correction, a quick sanity check was performed for the p-value dataset.  
  
Create a new worksheet, naming it either "S288C_ANOVA"
+
# Created a new worksheet, naming it either "S288C_ANOVA"
# Copied the first three columns containing the "MasterIndex", "ID", and "Standard Name" from the "Master_Sheet" worksheet for our strain and pasted it into a new worksheet.  Copied the columns containing the data for our strain and pasted it into the new worksheet.
+
# Copied the first three columns containing the "MasterIndex", "ID", and "Standard Name" from the "Master_Sheet" worksheet for our strain and pasted it into a new worksheet.  Copied the columns containing the data for our strain and pasted it into the new worksheet
#* Coder/Project Manager confirmed with their guild on the format of the column names (ie. S288C_thiuram_75uM_LogFC_t15m-3)
+
#* Standard Name was not in the original downloaded data, so it a third column (C) was added with the Standard Names to the genes
 +
#* Coder/Project Manager confirmed with their guild on the format of the column names (STRAIN)_(NAME)_(CONCENTRATION)LogFC_(TIME)-(REPLICATES), ie. S288C_thiuram_75uM_LogFC_t15m-3
 
#** Data was copied over, with times and repeats of the experiment starting from least to greatest  
 
#** Data was copied over, with times and repeats of the experiment starting from least to greatest  
 
# At the top of the first column to the right of the data, five column headers were created of the form (STRAIN)_(NAME)_(CONCENTRATION)AvgLogFC_(TIME) where STRAIN is your strain designation and (TIME) is 15, 30, etc. S288C_thiuram_75uM_LogFC_t15m-3
 
# At the top of the first column to the right of the data, five column headers were created of the form (STRAIN)_(NAME)_(CONCENTRATION)AvgLogFC_(TIME) where STRAIN is your strain designation and (TIME) is 15, 30, etc. S288C_thiuram_75uM_LogFC_t15m-3

Revision as of 15:06, 21 November 2019

Combined Individual Journals for Kaitlyn Nguyen and Emma Young (Data Analysts).

Purpose

The purpose of this assignment is to record our progress towards the FunGals group deliverables as the Data Analysts for this week and the future weeks to come.

Methods and Results: Progress

Progress 11/21/19

  • Our group decided to have the ANOVA, sanity check, and STEM set-up done BEFORE class on Thursday, 11/21/19
  • First created a worksheet and labeled accordingly based on the format the Coder's Guild decided
  • Finished the steps on Week 8 for Statistical Analysis Part I: ANOVA on Microsoft Excel for the new MicroArray Data found on the Data Analysis page
    • For questions asked on the p-value (use: "out of 4468" genes instead of "out of 6189" to adjust for this data)
  • Following the ANOVA: Part I, Bonferroni, Benjamini & Hochberg, and p-value correction, a quick sanity check was performed for the p-value dataset.
  1. Created a new worksheet, naming it either "S288C_ANOVA"
  2. Copied the first three columns containing the "MasterIndex", "ID", and "Standard Name" from the "Master_Sheet" worksheet for our strain and pasted it into a new worksheet. Copied the columns containing the data for our strain and pasted it into the new worksheet
    • Standard Name was not in the original downloaded data, so it a third column (C) was added with the Standard Names to the genes
    • Coder/Project Manager confirmed with their guild on the format of the column names (STRAIN)_(NAME)_(CONCENTRATION)LogFC_(TIME)-(REPLICATES), ie. S288C_thiuram_75uM_LogFC_t15m-3
      • Data was copied over, with times and repeats of the experiment starting from least to greatest
  3. At the top of the first column to the right of the data, five column headers were created of the form (STRAIN)_(NAME)_(CONCENTRATION)AvgLogFC_(TIME) where STRAIN is your strain designation and (TIME) is 15, 30, etc. S288C_thiuram_75uM_LogFC_t15m-3
  4. In the cell below the (STRAIN)_AvgLogFC_t15 header, type =AVERAGE(
  5. Then highlight all the data in row 2 associated with t15, press the closing paren key (shift 0),and press the "enter" key.
  6. This cell now contains the average of the log fold change data from the first gene at t=15 minutes.
  7. Click on this cell and position your cursor at the bottom right corner. You should see your cursor change to a thin black plus sign (not a chubby white one). When it does, double click, and the formula will magically be copied to the entire column of 6188 other genes.
  8. Repeat steps (4) through (8) with the t30, t60, t90, and the t120 data.
  9. Now in the first empty column to the right of the (STRAIN)_AvgLogFC_t120 calculation, create the column header (STRAIN)_ss_HO.
  10. In the first cell below this header, type =SUMSQ(
  11. Highlight all the LogFC data in row 2 (but not the AvgLogFC), press the closing paren key (shift 0),and press the "enter" key.
  12. In the next empty column to the right of (STRAIN)_ss_HO, create the column headers (STRAIN)_ss_(TIME) as in (3).
  13. Make a note of how many data points you have at each time point for your strain. For most of the strains, it will be 4, but for dHAP4 t90 or t120, it will be "3", and for the wild type it will be "4" or "5". Count carefully. Also, make a note of the total number of data points. Again, for most strains, this will be 20, but for example, dHAP4, this number will be 18, and for wt it should be 23 (double-check).
  14. In the first cell below the header (STRAIN)_ss_t15, type =SUMSQ(<range of cells for logFC_t15>)-COUNTA(<range of cells for logFC_t15>)*<AvgLogFC_t15>^2 and hit enter.
    • The COUNTA function counts the number of cells in the specified range that have data in them (i.e., does not count cells with missing values).
    • The phrase <range of cells for logFC_t15> should be replaced by the data range associated with t15.
    • The phrase <AvgLogFC_t15> should be replaced by the cell number in which you computed the AvgLogFC for t15, and the "^2" squares that value.
    • Upon completion of this single computation, use the Step (7) trick to copy the formula throughout the column.
  15. Repeat this computation for the t30 through t120 data points. Again, be sure to get the data for each time point, type the right number of data points, and get the average from the appropriate cell for each time point, and copy the formula to the whole column for each computation.
  16. In the first column to the right of (STRAIN)_ss_t120, create the column header (STRAIN)_SS_full.
  17. In the first row below this header, type =sum(<range of cells containing "ss" for each timepoint>) and hit enter.
  18. In the next two columns to the right, create the headers (STRAIN)_Fstat and (STRAIN)_p-value.
  19. Recall the number of data points from (13): call that total n.
  20. In the first cell of the (STRAIN)_Fstat column, type =((n-5)/5)*(<(STRAIN)_ss_HO>-<(STRAIN)_SS_full>)/<(STRAIN)_SS_full> and hit enter.
    • Don't actually type the n but instead use the number from (13). Also note that "5" is the number of timepoints.
    • Replace the phrase (STRAIN)_ss_HO with the cell designation.
    • Replace the phrase <(STRAIN)_SS_full> with the cell designation.
    • Copy to the whole column.
  21. In the first cell below the (STRAIN)_p-value header, type =FDIST(<(STRAIN)_Fstat>,5,n-5) replacing the phrase <(STRAIN)_Fstat> with the cell designation and the "n" as in (13) with the number of data points total. . Copy to the whole column.
  22. Before we move on to the next step, we will perform a quick sanity check to see if we did all of these computations correctly.
    • Click on cell A1 and click on the Data tab. Select the Filter icon (looks like a funnel). Little drop-down arrows should appear at the top of each column. This will enable us to filter the data according to criteria we set.
    • Click on the drop-down arrow on your (STRAIN)_p-value column. Select "Number Filters". In the window that appears, set a criterion that will filter your data so that the p value has to be less than 0.05.
    • Excel will now only display the rows that correspond to data meeting that filtering criterion. A number will appear in the lower left hand corner of the window giving you the number of rows that meet that criterion. We will check our results with each other to make sure that the computations were performed correctly.
    • Be sure to undo any filters that you have applied before making any additional calculations.

Sanity Check Questions:

-Unadjusted p-value-

  1. How many genes have p<0.05? and what is the percentage (out of 4468)?
    • 1196
  2. How many genes have p<0.01? and what is the percentage (out of 4468)?
    • 731
  3. How any genes have p<0.001? and what is the percentage (out of 4468)?
    • 380
  4. How many genes have p<0.0001? and what is the percentage (out of 4468)?
    • 190

-Bonferroni & Benjamini and Hochberg p-value-

  1. How many genes are p<0.05 for the Bonferroni-corrected p-value? and what is the percentage (out of 4468)?
    • 103, 2.3%
  2. How many genes are p <0.05 for the Benjamini and Hochberg-corrected p-value? and what is the percentage (out of 4468)?
    • 677, 15.2%
  • Microarray data was prepared to be loaded into the STEM software
  • A new worksheet was added into the Excel workbook, and named "Thiuram_stem".
  • Then all of the data from your "Thiuram_ANOVA" worksheet was Paste special > paste values into the "Thiuram_stem" worksheet.
    • The leftmost column had the column header "Master_Index". This was renamed to "SPOT".
    • Column B that says "ID" was renamed to "Gene Symbol". Deleted the column named "Standard_Name".
  • The data was then filtered on the B-H corrected p-value to be > 0.05 (that's greater than in this case).
    • Once the data was filtered, we selected all of the rows (except for your header row) and deleted the rows by right-clicking and choosing "Delete Row" from the context menu. Undo the filter. This then ensured that we will cluster only the genes with a "significant" change in expression and not the noise.
  • Deleted all of the data columns EXCEPT for the Average Log Fold change columns for each timepoint (for example, wt_AvgLogFC_t15, etc.).
    • Renamed the data columns with just the time and units (for example, 15m, 30m, etc.).
      • Saved work. Then used Save As to save this spreadsheet as Text (Tab-delimited) (*.txt). Clicked OK to the warnings and close your file. The file extensions were turned on.
  • The STEM was then downloaded to be used Click here to go to the STEM web site.

Conclusion

The first stage of our group's project was completed via referencing Week 8 and using Microsoft Excel to complete the tasks. The excel file will be located in the FunGals page for viewing and download.

Acknowledgements

This section is in acknowledgement to partner Kaitlyn Nguyen (User:knguye66), Michael Armas (User:Marmas), as well as, Iliana Crespin (User:Icrespin), and Emma Young (User:eyoung20). We would also like to acknowledge Dr. Dahlquist (User:KDahlquist) for introducing and teaching the topic and direction of this assignment.

"Except for what is noted above, this individual journal entry was completed by me and not copied from another source." Knguye66 (talk) 18:49, 20 November 2019 (PST)

References

User Page

User:knguye66

Template Page

Template:knguye66


Table of all assignments and journal entries for BIO-367-01

Week Individual Journal Entry Shared Journal
Week 1 - Class Journal Week 1
Week 2 knguye66 Week 2 Class Journal Week 2
Week 3 ILT1/YDR090C Week 3 Class Journal Week 3
Week 4 knguye66 Week 4 Class Journal Week 4
Week 5 DrugCentral Week 5 Class Journal Week 5
Week 6 knguye66 Week 6 Class Journal Week 6
Week 7 knguye66 Week 7 Class Journal Week 7
Week 8 knguye66 Week 8 Class Journal Week 8
Week 9 knguye66 Week 9 Class Journal Week 9
Week 10 knguye66 Week 10 Class Journal Week 10
Week 11 knguye66 Week 11 FunGals
Week 12/13 knguye66 Eyoung20 Week 12/13 FunGals
Week 15 knguye66 Eyoung20 Week 15 Class Journal Week 15

Eyoung20 user page

Assignment pages Individual Journal Class Journal
week 1 Eyoung20 journal week 1 Class Journal Week 1
week 2 Eyoung20 journal week 2 Class Journal Week 2
week 3 ASP1/YDR321W Week 3 Class Journal Week 3
week 4 Eyoung20 journal week 4 Class Journal Week 4
week 5 Ancient mtDNA Week 5 Class Journal Week 5
week 6 Eyoung20 journal week 6 Class Journal Week 6
week 7 Eyoung20 journal week 7 Class Journal Week 7
week 8 Eyoung20 journal week 8 Class Journal Week 8
week 9 Eyoung20 journal week 9 Class Journal Week 9
week 10 Eyoung20 journal week 10 Class Journal Week 10
week 11 Eyoung20 journal week 11 FunGals
week 12/13 Knguye66 Eyoung20 Week 12/13 FunGals
week 15 Knguye66 Eyoung20 Week 15 FunGals