Hi all
I am trying to make a linear association (case-control) in plink2
with the following command:
plink2 --pfile SesameBetas.csv_winfinium-mouse-methylation-manifest-file-csv_IlmnID_CHR_MAPINFO_Build_mm10_FID_IID2_NoNAChr --pheno FID_IID_2Affected_or_1Unaffected.pheno --glm
I tested some other commands :
plink2 --pfile SesameBetas.csv_winfinium-mouse-methylation-manifest-file-csv_IlmnID_CHR_MAPINFO_Build_mm10_FID_IID2_NoNAChr --pheno FID_IID_2Affected_or_1Unaffected.pheno --glm [2Affected_or_1Unaffected]
plink2 --pfile SesameBetas.csv_winfinium-mouse-methylation-manifest-file-csv_IlmnID_CHR_MAPINFO_Build_mm10_FID_IID2_NoNAChr --pheno FID_IID_2Affected_or_1Unaffected.pheno --glm \--covar tmp.cov \--parameters 2Affected_or_1Unaffected
plink2 --pfile SesameBetas.csv_winfinium-mouse-methylation-manifest-file-csv_IlmnID_CHR_MAPINFO_Build_mm10_FID_IID2_NoNAChr --pheno FID_IID_2Affected_or_1Unaffected.pheno --glm--covar3
and the answer I always got for the different commands tested was erro:
Error: Unrecognized flag ˂--glm--parameters>
Any suggestions as to what might be the problem? or the recommended command to compare control group with test group. The data I am analyzing is methylation array.
Thanks
Dear Chrch,
plink2\
--pfile SesameBetas.csv_winfinium-mouse-methylation-manifest-file-csv_IlmnID_CHR_MAPINFO_Build_mm10_FID_IID2_NoNAChr\
--pheno C6_vs_G6.pheno\
--glm\
--allow-no-covar

plink2\
--pfile SesameBetas.csv_winfinium-mouse-methylation-manifest-file-csv_IlmnID_CHR_MAPINFO_Build_mm10_FID_IID2_NoNAChr_sort-vars\
--pheno CC_vs_GC.pheno\
--geno 0.084\
--out plink2.geno0.084\
--extract Significant0.05CC_vr_GC.txt\
--export oxford[-v2]
--
You received this message because you are subscribed to the Google Groups "plink2-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plink2-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/plink2-users/540ade29-6c95-4653-a92b-a0ef7b414c4dn%40googlegroups.com.
