Skip to content

Commit

Permalink
Fixed outdated example
Browse files Browse the repository at this point in the history
  • Loading branch information
hyacz authored Apr 10, 2024
1 parent 4f1bea0 commit 0b5805f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ If you have Kinship matrix data that represents the relationship among individua
MVP.Data.Kin("mvp.kin.txt", out="mvp", maxLine=1e4, priority='memory', sep='\t')

# calculate from mvp_geno_file
MVP.Data.Kin(TRUE, mvp_prefix='mvp', out='mvp')
MVP.Data.Kin(TRUE, mvp_prefix='mvp.vcf', out='mvp')
```

## Principal Components
Expand Down Expand Up @@ -491,7 +491,7 @@ If you have Principal Components data
MVP.Data.PC("mvp.pc.txt", out='mvp', sep='\t')

# calculate from mvp_geno_file
MVP.Data.PC(TRUE, mvp_prefix='mvp', perc=1, pcs.keep=5)
MVP.Data.PC(TRUE, mvp_prefix='mvp.vcf', pcs.keep=5)
```

---
Expand Down

0 comments on commit 0b5805f

Please sign in to comment.