From cb4fea2b79848ad6aa5f46fae2d515a20b669409 Mon Sep 17 00:00:00 2001 From: Yungang Xu Date: Tue, 8 Oct 2019 09:49:07 -0400 Subject: [PATCH] Update README.md --- GLiMMPS_pipeline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GLiMMPS_pipeline/README.md b/GLiMMPS_pipeline/README.md index 2f4a1d3..9787b01 100644 --- a/GLiMMPS_pipeline/README.md +++ b/GLiMMPS_pipeline/README.md @@ -78,7 +78,7 @@ The above code will put the summerized read counts into **Exon_Inc_Simple/AScoun Finally run the following code to filter out the AS events with no or little change in exon inclusion level (|Δψ|<0.1) or few total junction read counts (median n <5) in the population. ``` cd Exon_Inc_Simple -./GLiMMPScode/Rscripts/summarystat_exonmin5.R +./GLiMMPScode/Rscripts/summarystat_exonmin5.R CEU ``` The above code will produce files in **Exon_Inc_Simple/alltype/**, which will be used as input for statictical models.