Table S1. Example of R script that was used to simulate a trait,
having Heritability=60% and number of QTLs=20 (H60_Q20), using the marker data
of 31,260 SNPs for 346 soybean accessions.
#Read Soybean
Genotype data fileD<-read.big.matrix("GN.txt", type="char", sep="\t",head = TRUE)dim(D)D=D[,2...
...办呢?
可以创建一个~/.screenrc,并在此处添加类似
excape ^Xx
来让ctrl x 替代ctrl a ,当然你也可以使用ctrl +a 然后再输一个a来实现原本的ctrl a 的用法
在介绍一下这个screenrc的其他用法,比如原先ctrl+a的后续命令
bind c screen
bind ...