Skip to content

Commit

Permalink
update positions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeekinlau committed Dec 11, 2023
1 parent cbbb6ac commit 0251400
Show file tree
Hide file tree
Showing 2 changed files with 64,455 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/fitpoly_to_gwaspoly_input.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
fitPoly_to_GWASpoly_input <- function(input_file){
input_file_name = gsub(".csv","",input_file)
file = read.csv(input_file)
genomic_pos = read.table("https://raw.githubusercontent.com/jeekinlau/RoseArrayTools/master/docs/for_add_genomic_positions_saintoyant.txt", header = T, sep="\t")
genomic_pos = read.table("https://raw.githubusercontent.com/jeekinlau/RoseArrayTools/master/docs/for_add_genomic_positions_saintoyant2.txt", header = T, sep="\t")

temp_names = names(file)
temp_names[1] = "Marker"
Expand Down
Loading

0 comments on commit 0251400

Please sign in to comment.