Skip to content

Commit b8d247a

Browse files
committed
made changes
1 parent b61f334 commit b8d247a

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

vcf_to_genotypeTab.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# 0 represents homozygous reference allele
1212
# 1 represents heterozygous
1313
# 2 represents homozygous alternative allele
14+
# NA represents missing data
1415

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

vcf_to_genotypeTab.Rscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# 0 represents homozygous reference allele
1212
# 1 represents heterozygous
1313
# 2 represents homozygous alternative allele
14+
# NA represents missing data
1415

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

vcf_to_genotypeTab_meta.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# 0 represents homozygous reference allele
1212
# 1 represents heterozygous
1313
# 2 represents homozygous alternative allele
14+
# NA represents missing data
1415

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

vcf_to_genotypeTab_meta.Rscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# 0 represents homozygous reference allele
1616
# 1 represents heterozygous
1717
# 2 represents homozygous alternative allele
18+
# NA represents missing data
1819

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

0 commit comments

Comments
 (0)