... (<$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&...
...he
BAM files for sample_1. (Only if using BAM)
--b2 B2 A text file containing a comma separated list of the
BAM files for sample_2. (Only if using BAM)
--s1 S1 A text file containing a comma separated list of the
...
...ger::install("WGCNA")
Bioconductor version 3.8 (BiocManager 1.30.4), R 3.5.2 (2018-12-20)
Installing package(s) 'WGCNA'
also installing the dependency ‘GO.db’trying URL 'https://mirrors.tuna.tsinghua.edu.cn/CRAN/bin/windows/contrib/3.5/WGCNA_1.66.zip'
Content type 'application/zip' length 343655...