laurabiggins / lipidomics_report

GNU General Public License v3.0
0 stars 0 forks source link

Comments on results presentation #1

Open segondsa opened 3 years ago

segondsa commented 3 years ago

Summary plots:

Summary table:

Individual lipids: Table:

Graphs comment:

segondsa commented 3 years ago

I was not too sure about the committing to changes in the R script so I copy below what I think we should do.

switch(stat_test, linear_t_test = "Independent t-test performed on linear data. The samples were not paired /matched.", log2_t_test = "Independent t-test performed on log2 transformed data. The samples were not paired/matched.", linear_paired_t_test = "Paired t-test performed on linear data. The samples were paired/matched.", log2_paired_t_test = "Paired t-test performed on log2 transformed data. The samples were paired/matched.", one_sample_t_test = "The data did not meet the criteria for performing a two sample t-test. One of the conditions had almost all 0 values, so a one-sample t-test was performed for the other condition. The results of this test may not be very robust and the plot should be viewed carefully to understand the data.", none = "The data did not meet the criteria for performing a statistical test. There may have been too few non-zero values.", paired_none = "The data did not meet the criteria for performing a statistical test. There may have been too few non-zero values or the variance of a condition may have been too high." )