Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eMAGMA tutorial PART_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Make sure you return to the eMAGMA folder. To run the association use:
--out Amygdala_emagma


The above command indicates: Brain_Amygdala.genes.annot, is the input file for the analysis, P-values are extracted from the MDD GWAS summary data [MDD2018_ex23andMe_emagma.txt]. The effective number of samples is in column Neff. Multiple testing is done using 10,000 adaptive permutations (--adap-permp=10,000).
The above command indicates: Brain_Amygdala.genes.annot, is the input file for the analysis, P-values are extracted from the MDD GWAS summary data [MDD2018_ex23andMe_emagma.txt]. The effective number of samples is in column Neff. Permutation-based empirical gene p-values are estimated using 10,000 adaptive permutations (--adap-permp=10,000).

The program also generates a log file [Amygdala_emagma.log]. The log file has summary information of the run, i.e. errors if any, how many genes were read and how many genes have a valid SNP assigned. An inspection of the Amygdala_emagma.log, shows that 1301 genes definitions were read from the annotation file and 1258 genes have valid SNPs in genotype data.

Expand Down