mirror of
https://github.com/gladstone-institutes/Bioinformatics-Workshops.git
synced 2025-11-30 09:45:43 -08:00
perform experiments code
This commit is contained in:
parent
80ec3d0ebf
commit
0b3411c61b
1 changed files with 15 additions and 0 deletions
15
intro-experimental-design/DoExperiments.R
Normal file
15
intro-experimental-design/DoExperiments.R
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
rm(list = ls())
|
||||
setwd("~/Dropbox (Gladstone)/Bioinformatics/Training_Workshops/Gladstone-internal/Introduction to statistics and experimental design - Feb 2021")
|
||||
|
||||
source("SImulateData.R")
|
||||
|
||||
##do experiment comparing expression of gene between E9.5 and E11.5
|
||||
PerformAssayGeneExpression(NsamplesPerTime = 10)
|
||||
|
||||
##Two models for expression of gene at E9_5: Gamma and Normal
|
||||
AssayExpression_E9_5_two_models(NsamplesPerTime = 4)
|
||||
|
||||
##Repeat the experiment Nsim times to estimate mean gene expression at E9_5 under the two models of
|
||||
##data generating distribution
|
||||
Repeat_AssayExpression_E9_5_two_models(NsamplesPerTime = 10, Nrepeat = 10000)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue