-
Notifications
You must be signed in to change notification settings - Fork 3
HOMINID pipeline
Blekhman Lab edited this page Jul 11, 2017
·
2 revisions
Here are the steps in the HOMINID analysis pipeline:
-
Run hominid, which performs Lasso regression, regressing microbial abundances versus host SNP alleles.
- Software:
hominid
, run withno_permutation
. - Input files:
- OTU or taxon table
- host SNPs in a modified VCF format
- Output metric of correlation: coefficient of determination, R2.
- Software:
-
Evaluate the significance of R2 and calculate q-values via permutation testing: Run hominid with permuted sample IDs.
- Software:
hominid
, run withuniform_permutation
orgroup_permutation
.
- Software:
-
For SNPs with significant correlation with microbial abundances, determine the associated taxa (or other covariates) via stability selection:
- Software
hominid_stability_selection
- Software
-
Once the associated taxa are selected, it's helpful to combine the data on taxon abundances with host SNP alleles (e.g., to make plots).
- Software
hominid_sort_results
- Software