-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgit.log
65 lines (44 loc) · 2.49 KB
/
git.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
commit ce32a19ae8a11615e969e3c7dbe8c7deefc54489
Author: Hongrui <[email protected]>
Date: Wed Oct 23 21:15:27 2024 -0400
Stop tracking Rplots.pdf and add to .gitignore
commit 6d915afc5bf52edbe4a4bf11dbc0f7f124ee62c1
Author: Hongrui <[email protected]>
Date: Wed Oct 23 21:11:40 2024 -0400
I added more comments to make the code look nicer
commit c25cde133abaa2e13df8350e963222b811b19329
Author: Hongrui <[email protected]>
Date: Wed Oct 23 16:53:50 2024 -0400
add the initial check_args function to check user's input
commit ce0f563c346f733c490f299d8775db90e8f442e8
Author: Hongrui <[email protected]>
Date: Wed Oct 23 16:07:42 2024 -0400
I added part 5, and the lines to plot the graph
commit 7892bd965e70a039db7695ee8ca3a20ccaa25973
Author: Hongrui <[email protected]>
Date: Wed Oct 23 14:42:40 2024 -0400
completed 1d
commit db8e7334208037cc9cebd8d7cfcef957899680c4
Author: Hongrui <[email protected]>
Date: Wed Oct 23 14:08:14 2024 -0400
part c add the functionality to shuffle the second gen offsprin
commit cbb6d1cb48bed6bc4f72be1aebdb4031d7818122
Author: Hongrui <[email protected]>
Date: Wed Oct 23 13:36:08 2024 -0400
I fixed three important errors, first I did not return the value, second, 2i should be 2 * i otherwise the output is the complex number, thrid, 1 : (n/2), the bracket is very necessary
commit 32980481706f39e646a7c82d7c2e21684e81002f
Author: Hongrui <[email protected]>
Date: Wed Oct 23 12:13:37 2024 -0400
I encountered a problem where I used the as.vector function did not give me a result, instead it behaves like a list each being a character string
commit c361893485a5eb9fa2f3771149deef23e3ff2537
Author: Hongrui <[email protected]>
Date: Wed Oct 23 01:20:22 2024 -0400
I added the functionality that now for a heterozygous individual, a child will receive a copy of allele A1 from his parent with some probability p.
commit e039ab049fad10f25bc1a24a62a6c4f3b8629e42
Author: Hongrui <[email protected]>
Date: Tue Oct 22 23:14:36 2024 -0400
This is the answer of the second question. I also included a testing function
commit 395aee34ca905d002267e625c8ef9a107fd314cd
Author: Hongrui <[email protected]>
Date: Tue Oct 22 22:32:21 2024 -0400
This is the initial commit. I added the initialize function such that it will return a dataframe containing a population of n individuals, each with a heterouzygous genotype