240 发简信
IP属地:陕西
  • 2022-03-30 排列组合

    import itertools source1_file=["a","b","c","d","e"]mylist = list(itertoo...

  • 2022-02-25 R包安装问题2:failed to lock directory

    install.packages("glue")Installing package into ‘/home/xxxx/R/x86_64-pc-...

  • 2022-02-25 R包安装问题1

    relocation R_X86_64_PC32 against symbol `dgetrf2_' can not be used when ...

  • Resize,w 360,h 240
    2022-02-24 Pease Lab

    http://www.peaselab.org/education.html[http://www.peaselab.org/education...

  • Resize,w 360,h 240
    2022-02-24Three possibilities with a “ghost lineage.”

    Three possibilities with a “ghost lineage.” A ghost lineage is an extinc...

  • Resize,w 360,h 240
    2022-02-18 Z Scores and the Standard Normal Distribution

    正态分布与Z值的对应关系。可以用R语言的pnorm计算出对应的Z,作为预测值。 也可以用excel里NORMSINV函数。

  • 2021-11-11 Plink usage

    Plink format transfer Introduction input files--bfile --file --tfile --b...

  • 2021-11-11 Linux常用小技巧

    拷贝: 查找 查找目录:find /(查找范围) -name '查找关键字' -type d查找文件:find /(查找范围) -name 查找...