Skip to content

Commit

Permalink
made changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoorten committed Jul 3, 2014
1 parent b61f334 commit b8d247a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions vcf_to_genotypeTab.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# 0 represents homozygous reference allele
# 1 represents heterozygous
# 2 represents homozygous alternative allele
# NA represents missing data

## set working directory to the path where vcf file is located
setwd("~/Dropbox/bioinfo/snps/")
Expand Down
1 change: 1 addition & 0 deletions vcf_to_genotypeTab.Rscript
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# 0 represents homozygous reference allele
# 1 represents heterozygous
# 2 represents homozygous alternative allele
# NA represents missing data

## set working directory to the path where vcf file is located
# setwd("~/Dropbox/bioinfo/snps/")
Expand Down
1 change: 1 addition & 0 deletions vcf_to_genotypeTab_meta.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# 0 represents homozygous reference allele
# 1 represents heterozygous
# 2 represents homozygous alternative allele
# NA represents missing data

## set working directory to the path where vcf file is located
setwd("~/Dropbox/bioinfo/snps/SNP_data_analysis/")
Expand Down
1 change: 1 addition & 0 deletions vcf_to_genotypeTab_meta.Rscript
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# 0 represents homozygous reference allele
# 1 represents heterozygous
# 2 represents homozygous alternative allele
# NA represents missing data

## set working directory to the path where vcf file is located
#setwd("~/Dropbox/bioinfo/snps/SNP_data_analysis/")
Expand Down

0 comments on commit b8d247a

Please sign in to comment.