...sed 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:31261]D1=as.data.frame(as.matrix(D))D2=...
...LC*命名
use Data::Dumper;
use Getopt::Long;
use strict;
use Cwd qw(abs_path getcwd);
my %opts;
GetOptions (\%opts,"idlist=s","gff=s","out=s");
if(!defined($opts{idlist})||!defined($opts{gff})||!defined($opts{out})){
&USAGE;
}
######################get gff##############################
my...