homegenome
Shiny app for viewing and analyzing 23andMe results
Files
- UKBB manifest, incl. wget commands for autodownload
- UKBB heritability estimates
- UKBB phenotype collection notes
- own genome, Sanger-imputed to 22 separate autosomal VCFs
- external allele frequencies (HRC)
Files created by this soft
- dictionary of categories
- login tables (w/ hashed passwords)
- UKBB summary statistics, LD-pruned
- encrypted personal GRS and ClinVar summaries
- various temporary intermediates
Scripts
filter-phenofiles.sh
to drop boring phenotypes (medications...)download-summaries.sh
to wget all the rest, and filter p<1e-5prune-ld.R
to clump SNPs based on distance and UKBB association resultsprocess-ukbb-cv.R
to summarize UKBB and ClinVar reference tablescombine-imputed.sh
to extract dosages from your Sanger-imputed VCFscombine-imputed2.R
to find your GRSs and pathogenic markersapp.R
- the actual UI and server for Shiny viewer
User process
- HRC-impute your genotypes in Sanger
- Have R and packages
dplyr
,tidyr
,sodium
- Download and run
bash combine-imputed.sh
- Download and run
Rscript combine-imputed2.sh
- Browse to the app, login and enjoy