Skip to content

Commit

Permalink
Update notes_for_next_course.txt
Browse files Browse the repository at this point in the history
For june iteration, add this piece of code into the script day1_code.R
  • Loading branch information
dianamarek authored Feb 2, 2023
1 parent d82712d commit f0131f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions notes_for_next_course.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
notes for next course - june 2023
add this piece of code into the script day1_code.R

# change class of these three vectors to factor
snps$chr <-factor(snps$chr)
snps$minor <-factor(snps$minor)
snps$major <-factor(snps$major)

It should go after the summary( snps ) commande

notes for next course - 10/2022

- update code for day2
Expand Down

0 comments on commit f0131f8

Please sign in to comment.