Skip to content

Commit

Permalink
update manual
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Oct 16, 2024
1 parent f11cc98 commit 1076e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified PCAone.pdf
Binary file not shown.
7 changes: 4 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#+subtitle: Version 0.4.8
#+author: Zilong Li
#+email: zilong.dk@gmail.com
#+options: toc:2 num:nil email:t
#+options: toc:2 num:nil email:t -:nil ^:nil
#+latex_compiler: xelatex
#+latex_class: article
#+latex_class_options: [a4paper, 11pt]
Expand All @@ -13,6 +13,7 @@
#+latex_header: \hypersetup{colorlinks=true, linkcolor=blue}
#+latex: \clearpage


[[https://github.com/Zilong-Li/PCAone/actions/workflows/linux.yml/badge.svg]]
[[https://github.com/Zilong-Li/PCAone/actions/workflows/mac.yml/badge.svg]]
[[https://bioconda.github.io/recipes/pcaone/README.html][https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat]]
Expand Down Expand Up @@ -421,8 +422,8 @@ PCAone -b ref_samples -k 10 --printv -o ref

Then, we need to read in the SNPs loadings from the ref set (=--read-V=) and
its scaling factors (=--read-S=) as well as the allele frequencies form the
=.mbim= file via =--match-bim=. *Note one can use the --USV option instead to
simplify the usage since v0.4.8*. Here is the example command to project new
=.mbim= file via =--match-bim=. *Note:* one can use the =--USV= option instead to
simplify the usage since v0.4.8 Here is the example command to project new
target samples and get the PCs coordinates.

#+begin_src shell
Expand Down

0 comments on commit 1076e9c

Please sign in to comment.