Skip to content

Commit

Permalink
implementing new organizational structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Johns committed Mar 20, 2023
1 parent ae88f45 commit 572f6d0
Show file tree
Hide file tree
Showing 919 changed files with 14 additions and 250,263 deletions.
Binary file modified .DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions .Rhistory
Original file line number Diff line number Diff line change
Expand Up @@ -292,3 +292,17 @@ print(paste0("The number of SAMPLES in data: ", length(c(SeqArray::seqGetData(gd
print(paste0("The number of SNPs in data: ", length(c(SeqArray::seqGetData(gdsin, "variant.id")))))
vcftools --vcf POP_02_RADseq/OL_subset.vcf --missing-indv --out POP_02_RADseq/OL_subset
vcftools --vcf POP_02_RADseq/OL_subset.vcf --missing-indv --out POP_02_RADseq/OL_subset
library(SeqArray) # efficient storage and filtering of genomic data
library(tidyverse) # plotting data formatting and manipulation
library(SNPRelate) # PCA and other popgen analyses
gdsin = SeqArray::seqOpen(filename.gds)
filename = "OL_subset" #replace with y our file name
filename.gds = paste0("POP_02_RADseq/", paste0(filename, ".gds"))
filename.vcf = paste0("POP_02_RADseq/", paste0(filename, ".vcf"))
# 1 . Convert VCF to GDS
SeqArray::seqVCF2GDS(vcf.fn = filename.vcf, out.fn = filename.gds, storage.option="ZIP_RA")
gdsin = SeqArray::seqOpen(filename.gds)
sample.ids = seqGetData(gdsin, "sample.id")
knitr::include_graphics("ADMIN_01_submissions_instructions_files/Rivera_etal_fig.png")
getwd
getwd()
369 changes: 0 additions & 369 deletions ADMIN_01_submissions_instructions.Rmd

This file was deleted.

Loading

0 comments on commit 572f6d0

Please sign in to comment.