Skip to content

Commit

Permalink
Update README.md since Cox map has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed Mar 17, 2023
1 parent 2da7a37 commit 642e8b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ mmconvert(input_df)

```
## marker chr cM_coxV3_ave cM_coxV3_female cM_coxV3_male bp_grcm39 Mbp_grcm39
## rs13482072 rs13482072 14 0.36342 0.39000 0.33856 6738536 6.738536
## rs13482231 rs13482231 14 28.53962 34.47777 22.66820 67215850 67.215850
## gnf14.117.278 gnf14.117.278 14 59.35826 64.29811 54.71468 121955310 121.955310
## rs13482072 rs13482072 14 0.36404 0.38860 0.34262 6738536 6.738536
## rs13482231 rs13482231 14 28.63568 34.85621 22.71767 67215850 67.215850
## gnf14.117.278 gnf14.117.278 14 59.57310 64.62113 55.06443 121955310 121.955310
```

If you want to give the input positions in Mbp rather than basepairs,
Expand All @@ -95,9 +95,9 @@ mmconvert(input_df, input_type="Mbp")

```
## marker chr cM_coxV3_ave cM_coxV3_female cM_coxV3_male bp_grcm39 Mbp_grcm39
## rs13482072 rs13482072 14 0.36342 0.39000 0.33856 6738536 6.738536
## rs13482231 rs13482231 14 28.53962 34.47777 22.66820 67215850 67.215850
## gnf14.117.278 gnf14.117.278 14 59.35826 64.29811 54.71468 121955310 121.955310
## rs13482072 rs13482072 14 0.36404 0.38860 0.34262 6738536 6.738536
## rs13482231 rs13482231 14 28.63568 34.85621 22.71767 67215850 67.215850
## gnf14.117.278 gnf14.117.278 14 59.57310 64.62113 55.06443 121955310 121.955310
```

The input positions can also be provided in sex-averaged, female, or male cM.
Expand Down

0 comments on commit 642e8b7

Please sign in to comment.