试图装plink
[lyc@200server ~]$ wget http://s3.amazonaws.com/plink1-assets/plink_linux_x86_64_20201019.zip
--2021-03-17 18:08:30-- http://s3.amazonaws.com/plink1-assets/plink_linux_x86_64_20201019.zip
100%[=================================================>] 8,916,695 1.18MB/s 用时 8.1s
2021-03-17 18:08:39 (1.05 MB/s) - 已保存 “plink_linux_x86_64_20201019.zip” [8916695/8916695])
[lyc@200server ~]$ unzip plink_linux_x86_64_20201019.zip
Archive: plink_linux_x86_64_20201019.zip
inflating: plink
inflating: LICENSE
inflating: toy.ped
inflating: toy.map
inflating: prettify
[lyc@200server ~]$ ./plink
PLINK v1.90b6.21 64-bit (19 Oct 2020) www.cog-genomics.org/plink/1.9/
(C) 2005-2020 Shaun Purcell, Christopher Chang GNU General Public License v3
plink <input flag(s)...> [command flag(s)...] [other flag(s)...]
plink --help [flag name(s)...]
Commands include --make-bed, --recode, --flip-scan, --merge-list,
--write-snplist, --list-duplicate-vars, --freqx, --missing, --test-mishap,
--hardy, --mendel, --ibc, --impute-sex, --indep-pairphase, --r2, --show-tags,
--blocks, --distance, --genome, --homozyg, --make-rel, --make-grm-gz,
--rel-cutoff, --cluster, --pca, --neighbour, --ibs-test, --regress-distance,
--model, --bd, --gxe, --logistic, --dosage, --lasso, --test-missing,
--make-perm-pheno, --tdt, --qfam, --annotate, --clump, --gene-report,
--meta-analysis, --epistasis, --fast-epistasis, and --score.
"plink --help | more" describes all functions (warning: long).
[lyc@200server ~]$ alias plink='/home/lyc/plink'
[lyc@200server ~]$ source ~/.bashrc
[lyc@200server ~]$ plink
PLINK v1.90b6.21 64-bit (19 Oct 2020) www.cog-genomics.org/plink/1.9/
(C) 2005-2020 Shaun Purcell, Christopher Chang GNU General Public License v3
plink <input flag(s)...> [command flag(s)...] [other flag(s)...]
plink --help [flag name(s)...]
Commands include --make-bed, --recode, --flip-scan, --merge-list,
--write-snplist, --list-duplicate-vars, --freqx, --missing, --test-mishap,
--hardy, --mendel, --ibc, --impute-sex, --indep-pairphase, --r2, --show-tags,
--blocks, --distance, --genome, --homozyg, --make-rel, --make-grm-gz,
--rel-cutoff, --cluster, --pca, --neighbour, --ibs-test, --regress-distance,
--model, --bd, --gxe, --logistic, --dosage, --lasso, --test-missing,
--make-perm-pheno, --tdt, --qfam, --annotate, --clump, --gene-report,
--meta-analysis, --epistasis, --fast-epistasis, and --score.
"plink --help | more" describes all functions (warning: long).
网友评论