Skip to content

Commit

Permalink
lowercase variable problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rystanley committed Aug 4, 2016
1 parent 79033cd commit d6311ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/genepop_toploci.R
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ genepop_toploci <- function(genepop, where.plink, where.pgdspider, r2.threshold
subPOP <- as.character(ldpop)

## subset out the population in which LD is to be calculated - this will make a file, which will be deleted after
subset_genepop(genepop = genepop, sPop = subPOP, subs = FST.Filter.Vec, keep = TRUE, path = paste0(path.start, "/", "subset_for_LD.txt"))
subset_genepop(genepop = genepop, spop = subPOP, subs = FST.Filter.Vec, keep = TRUE, path = paste0(path.start, "/", "subset_for_LD.txt"))
## remember path to the file created by subset_genepop
sub_data_path <- paste0(path.start, "/", "subset_for_LD.txt")
}
Expand Down

0 comments on commit d6311ad

Please sign in to comment.