Last updated: 2018-12-11
workflowr checks: (Click a bullet for more information)
-
✔ R Markdown file: up-to-date
Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.
-
✔ Environment: empty
Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.
-
✔ Seed: set.seed(1)
The command set.seed(1)
was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.
-
✔ Session information: recorded
Great job! Recording the operating system, R version, and package versions is critical for reproducibility.
-
✔ Repository version: 90dd3e1
Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility. The version displayed above was the version of the Git repository at the time these results were generated.
Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish
or wflow_git_commit
). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:
Ignored files:
Ignored: .DS_Store
Ignored: .Rhistory
Ignored: .Rproj.user/
Ignored: analysis/.DS_Store
Ignored: analysis/.Rhistory
Ignored: analysis/include/.DS_Store
Ignored: code/.DS_Store
Ignored: data/.DS_Store
Ignored: docs/.DS_Store
Ignored: output/.DS_Store
Ignored: output/.sos/
Untracked files:
Untracked: analysis/Classify.Rmd
Untracked: analysis/EstimateCorMash.Rmd
Untracked: analysis/EstimateCorMaxGD.Rmd
Untracked: analysis/EstimateCorMaxMCMash.Rmd
Untracked: analysis/HierarchicalFlashSim.Rmd
Untracked: analysis/MashLowSignalGTEx4.Rmd
Untracked: analysis/Mash_GTEx.Rmd
Untracked: analysis/MeanAsh.Rmd
Untracked: analysis/OutlierDetection.Rmd
Untracked: analysis/OutlierDetection2.Rmd
Untracked: analysis/OutlierDetection3.Rmd
Untracked: analysis/OutlierDetection4.Rmd
Untracked: analysis/mash_missing_row.Rmd
Untracked: code/GTExNullModel.R
Untracked: code/MashClassify.R
Untracked: code/MashCorResult.R
Untracked: code/MashCormVResult.R
Untracked: code/MashNULLCorResult.R
Untracked: code/MashSource.R
Untracked: code/Weight_plot.R
Untracked: code/addemV.R
Untracked: code/dsc-differentV/
Untracked: code/dsc-differentV_signal/
Untracked: code/estimate_cor.R
Untracked: code/generateDataV.R
Untracked: code/johnprocess.R
Untracked: code/mV.R
Untracked: code/sim_mean_sig.R
Untracked: code/summary.R
Untracked: data/Blischak_et_al_2015/
Untracked: data/scale_data.rds
Untracked: docs/figure/Classify.Rmd/
Untracked: docs/figure/OutlierDetection.Rmd/
Untracked: docs/figure/OutlierDetection2.Rmd/
Untracked: docs/figure/OutlierDetection3.Rmd/
Untracked: docs/figure/Test.Rmd/
Untracked: docs/figure/mash_missing_whole_row_5.Rmd/
Untracked: docs/include/
Untracked: output/AddEMV/
Untracked: output/CovED_UKBio_strong.rds
Untracked: output/CovED_UKBio_strong_Z.rds
Untracked: output/EstCorMLECompare/
Untracked: output/Flash_UKBio_strong.rds
Untracked: output/GTExNULLres/
Untracked: output/GTEx_2.5_nullData.rds
Untracked: output/GTEx_2.5_nullModel.rds
Untracked: output/GTEx_2.5_nullPermData.rds
Untracked: output/GTEx_2.5_nullPermModel.rds
Untracked: output/GTEx_3.5_nullData.rds
Untracked: output/GTEx_3.5_nullModel.rds
Untracked: output/GTEx_3.5_nullPermData.rds
Untracked: output/GTEx_3.5_nullPermModel.rds
Untracked: output/GTEx_3_nullData.rds
Untracked: output/GTEx_3_nullModel.rds
Untracked: output/GTEx_3_nullPermData.rds
Untracked: output/GTEx_3_nullPermModel.rds
Untracked: output/GTEx_4.5_nullData.rds
Untracked: output/GTEx_4.5_nullModel.rds
Untracked: output/GTEx_4.5_nullPermData.rds
Untracked: output/GTEx_4.5_nullPermModel.rds
Untracked: output/GTEx_4_nullData.rds
Untracked: output/GTEx_4_nullModel.rds
Untracked: output/GTEx_4_nullPermData.rds
Untracked: output/GTEx_4_nullPermModel.rds
Untracked: output/MASH.10.em2.result.rds
Untracked: output/MASH.10.mle.result.rds
Untracked: output/MashCorSim--midway/
Untracked: output/Mash_EE_Cov_0_plusR1.rds
Untracked: output/UKBio_mash_model.rds
Untracked: output/diff_v/
Untracked: output/diff_v_signal/
Untracked: output/dsc-mashr-est_v/
Untracked: output/mVIterations/
Untracked: output/mVMLEsubset/
Untracked: output/mVUlist/
Untracked: output/result.em.rds
Unstaged changes:
Modified: analysis/EstimateCorMaxMVSample.Rmd
Modified: analysis/Mash_UKBio.Rmd
Modified: analysis/mash_missing_samplesize.Rmd
Modified: output/Flash_T2_0.rds
Modified: output/Flash_T2_0_mclust.rds
Modified: output/Mash_model_0_plusR1.rds
Modified: output/PresiAddVarCol.rds
Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.
Expand here to see past versions:
File
|
Version
|
Author
|
Date
|
Message
|
Rmd
|
90dd3e1
|
zouyuxin
|
2018-12-11
|
wflow_publish(“analysis/DiffCorSignalCompareDSC.Rmd”)
|
html
|
f244c97
|
zouyuxin
|
2018-12-10
|
Build site.
|
Rmd
|
c2fc2ca
|
zouyuxin
|
2018-12-10
|
wflow_publish(c(“analysis/DiffCorCompareDSC.Rmd”, “analysis/DiffCorSignalCompareDSC.Rmd”))
|
html
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
Build site.
|
Rmd
|
408d8ea
|
zouyuxin
|
2018-12-09
|
wflow_publish(“analysis/DiffCorSignalCompareDSC.Rmd”)
|
I randomly generate 20 positive definite correlation matrices, V. The sample size is 4000.
\[
\hat{z}_j|z_j \sim N_{5}(z_j, V_j)
\] \[
z_j \sim \frac{1}{2}\delta_{0} + \frac{1}{2}N(0, \left(\begin{matrix} 1 & 0_{1\times 4} \\
0_{4\times 1} & 0_{4\times 4} \end{matrix}\right))
\]
library(ggplot2)
Summary = readRDS('../output/diff_v_signal/summary.rds')
Time
The total running time for each matrix is
Time = Summary[,c('DSC','estimate', 'estimate.DSC_TIME')]
ggplot(Time, aes(x = DSC, y=estimate.DSC_TIME, group = estimate, color = estimate)) + geom_line()
Expand here to see past versions of unnamed-chunk-3-1.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
mash log likelihood
loglike = Summary[Summary$summary == 'mashloglik', c('DSC','estimate', 'summary.score', 'summary')]
ggplot(loglike, aes(x = DSC, y=summary.score, group = estimate, color = estimate)) + geom_line()
Expand here to see past versions of unnamed-chunk-4-1.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
loglike_ora = loglike[-which(loglike$estimate == 'oracle'), ]
ggplot(loglike_ora, aes(x = DSC, y=summary.score, group = estimate, color = estimate)) + geom_line()
Expand here to see past versions of unnamed-chunk-4-2.png:
Version
|
Author
|
Date
|
f244c97
|
zouyuxin
|
2018-12-10
|
RRMSE
RRMSE = Summary[Summary$summary == 'RRMSE', c('DSC','estimate', 'summary.score', 'summary')]
ggplot(RRMSE, aes(x = DSC, y=summary.score, group = estimate, color = estimate)) + geom_line()
Expand here to see past versions of unnamed-chunk-5-1.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
RRMSE_ora = RRMSE[-which(RRMSE$estimate == 'oracle'), ]
ggplot(RRMSE_ora, aes(x = DSC, y=summary.score, group = estimate, color = estimate)) + geom_line()
Expand here to see past versions of unnamed-chunk-5-2.png:
Version
|
Author
|
Date
|
f244c97
|
zouyuxin
|
2018-12-10
|
ROC
ROCdir = readRDS('../output/diff_v_signal/ROCdir.rds')
par(mfrow=c(1,2))
for(i in 1:20){
ind = which(ROCdir$DSC == i)
ROC.seq = readRDS(paste("../output/diff_v_signal/", ROCdir$ROC.output.file[ind[1]], '.rds', sep=""))
plot(ROC.seq$data[,'FPR'], ROC.seq$data[,'TPR'], type='l', xlab = 'FPR', ylab='TPR',
main=paste0('Data ', i, ' True Pos vs False Pos'), cex=1.5, lwd = 1.5, col = 'cyan')
ROC.seq = readRDS(paste("../output/diff_v_signal/", ROCdir$ROC.output.file[ind[2]], '.rds', sep=""))
lines(ROC.seq$data[,'FPR'], ROC.seq$data[,'TPR'], col='olivedrab', lwd = 1.5)
ROC.seq = readRDS(paste("../output/diff_v_signal/", ROCdir$ROC.output.file[ind[3]], '.rds', sep=""))
lines(ROC.seq$data[,'FPR'], ROC.seq$data[,'TPR'], col='purple', lwd = 1.5)
ROC.seq = readRDS(paste("../output/diff_v_signal/", ROCdir$ROC.output.file[ind[4]], '.rds', sep=""))
lines(ROC.seq$data[,'FPR'], ROC.seq$data[,'TPR'], col='red', lwd = 1.5)
ROC.seq = readRDS(paste("../output/diff_v_signal/", ROCdir$ROC.output.file[ind[5]], '.rds', sep=""))
lines(ROC.seq$data[,'FPR'], ROC.seq$data[,'TPR'], col='chartreuse3', lwd = 1.5)
legend('bottomright', c('oracle','identity','simple', 'current', 'mle'),col=c('cyan','olivedrab','purple','red','chartreuse3'),
lty=c(1,1,1,1,1), lwd=c(1.5,1.5,1.5,1.5,1.5))
}
Expand here to see past versions of unnamed-chunk-6-1.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
Expand here to see past versions of unnamed-chunk-6-2.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
Expand here to see past versions of unnamed-chunk-6-3.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
Expand here to see past versions of unnamed-chunk-6-4.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
Expand here to see past versions of unnamed-chunk-6-5.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
Expand here to see past versions of unnamed-chunk-6-6.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
Expand here to see past versions of unnamed-chunk-6-7.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
Expand here to see past versions of unnamed-chunk-6-8.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
Expand here to see past versions of unnamed-chunk-6-9.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
Expand here to see past versions of unnamed-chunk-6-10.png:
Version
|
Author
|
Date
|
7a0bba6
|
zouyuxin
|
2018-12-09
|
This reproducible R Markdown
analysis was created with
workflowr 1.1.1