...问题,有文献上会说we named these identified genes according to their homologous genes in Arabidopsis 这句话意思是命名是根据自己研究的物种中的A基因家族成员与拟南芥中的A基因家族成员的同源性命名的吗?意思是与拟南芥中的A1同...
...oft/R/R-v3.6.1/lib64/R/library/glmnet’ERROR: dependency ‘KernSmooth’ is not available for package ‘gplots’* removing ‘/share/work/biosoft/R/R-v3.6.1/lib64/R/library/gplots’ERROR: dependencies ‘glmnet’, ‘gplots’ are not available for package ‘metagenomeSeq’* removing ‘/sha...
... (<$fh1>) {
chomp;
my @array = split /\t/, $_;
if($array[2]eq $biotype){
$biotype_list{$array[0]} = 1;
}
}
close $fh1;
open my $out, ">${biotype}_info.txt" or die;
print $out "Gene_id\tGene_id_info\tgene_name\tbiotype\n";
open my $fh2, $gtf or die;
while (<$fh2&...