Help for this page

Select Code to Download


  1. or download this
    my %bedgenenames;
    my @bedrepeats;
    my %realgenenames;
    my @haplotyperegionrepeats;
    
  2. or download this
    chomp($entry);
    my @array = grep {$_} split /[\t ]/, $entry;
    unless(exists($bedgenenames{"$array[3]"})){
    ...
        push @haplotyperegionrepeats, "$array[8]";
        print "$array[8] for $realgenenames{$array[8]} and $array[6] haplo
    +type\n";
    }
    
  3. or download this
    WASH5P14829 for ENSG00000223972 and ENSG00000227232 bed
    WASH7P for ENSG00000227232 and ENSG00000227232 haplotype