Skip to content

Commit

Permalink
small modif
Browse files Browse the repository at this point in the history
  • Loading branch information
fburdet authored Oct 19, 2023
1 parent 8e94c23 commit 26a7049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/day1_code.R
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ snps_orig <- snps_mod[,-1]
head(snps_orig)
##equivalent to
snps_orig <- snps_mod[,2:dim(snps_mod)[2]]
snps_orig <- snps_mod[,2:ncol(snps_mod)]
head(snps_orig)

#exporting data
Expand Down

0 comments on commit 26a7049

Please sign in to comment.