Difference between revisions of "PSEQ Commands in Exercise"

From Statistical Genetics Courses

Jump to: navigation, search
(Replaced content with "__NOTITLE__ ==Regression exercise== In R: load("dbp.R") ls() dbp[1:5,] #")
Line 2: Line 2:
  
 
==Regression exercise==
 
==Regression exercise==
−
In R:
+
pseq help
−
 
+
pseq help all
−
load("dbp.R")
+
pseq myproj new-project --resources hg19
−
ls()
+
pseq myproj load-vcf --vcf CEU.exon.2010_03.genotypes.hg19.vcf.gz YRI.exon.2010_03.genotypes.hg19.vcf.gz
−
dbp[1:5,]
+
pseq myproj load-pheno --file phenotype.phe
−
#
+

Revision as of 15:48, 6 June 2018

Regression exercise

pseq help pseq help all pseq myproj new-project --resources hg19 pseq myproj load-vcf --vcf CEU.exon.2010_03.genotypes.hg19.vcf.gz YRI.exon.2010_03.genotypes.hg19.vcf.gz pseq myproj load-pheno --file phenotype.phe