--covar Plink Genome wide association
I have a data in plink file formats, a covar file is a separate file and pheno file is also a separate file. i want to find an association in plink. anyone can tell me the basic steps for Genome-wide association?
snp
plink
covariance
covar
gwas
• 2,272 views
•
link
updated
by
finswimmer
•
written
by
uskhan.khan5 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
number of homozygotes with phenotype
written by ccaggI have individuals with plink-formatted genotypes, and a phenotype file containing many binary phenotypes. I want to know how many people have the phenotype and …
-
Error in parse.pheno.covar(pheno = pheno, covar = covar, parsed = parsed.test, : length(pheno) …
written by MahanI'm running lassosum by following the steps on their github page. I'm at the following step: ```r v <- validate(out, pheno=pheno) # Alternatively, specify the …
-
Plink: How do I run an association analysis?
written by melissachua90 •First, I filtered out SNPs and subjects and then performed MDS analysis. ./plink --file subjects_153 --maf 0.1 --geno 0.1 --mind 0.3 --hwe 0.001 --recode ./plink …
-
PLINK unable to read covariate file
written by zichunxu0824 •Hello everyone, I am doing a GWAS analysis by plink 1.9. When I upload my covariate file, it reads Ignoring --covar since no commands reference …
-
Parallel in PLINK for linear association for SNP effects
written by landscape95Hi, I am doing linear association calculations for SNP effects, I see it take a lot of time to do, does anyone have any experience …
-
use of 2 covariate files for association analysis in plink
written by SKS •Dear all, I want to use 2 covariate file in my association analysis in plink, is this possible ?, (without combining all the covariates in …
-
PLINK Principal Components not adequately controlling for population stratification in linear regre…
written by dam4lI'm doing a GWAS using ~15 million variants and ~800 people. I am unfamiliar with Linux, so I have tried using PLINK MDS and PCA …
-
Unknown error message in PLINK association analysis
written by dam4lI've encountered a novel error while running association analysis in PLINK. I input the following command: > ./plink --bfile file_merged --pheno phenotype.txt --allow-no-sex > --covar …
-
Problem with logistic regression in Plink
written by C-man •Hi I have extracted snps from imputed bfile (plink) and I would like to run logistic with several diseases as a outcome. Actually, raw file …
-
Genome-wide cox regression in R
written by Caragh •I am working on a genome-wide association study. I wish to examine the time to onset of a disease in relation to the alleles present …
Plink is very well documented, and has many tutorials online for GWAS. What have you tried so far?
Related post:
I have tried QC and case-control association and now just want to include pheno and covariate for the association. Commands are not a problem but I don't know the basic steps for GWA. for example 1-basic summary statistics, 2- QC, 3- association. I am just confused that should I include .cov file as --pheno and then apply QC and then -- association then go for plotting graphs?