Results for "of a rare human disease: the ICF syndrome."

Bio-Scripts

  • DotPlot with Perl GD

    #!/usr/local/bin/perl -w # NOTE: YOU MUST CHANGE THE LINE ABOVE TO POINT TO # THE FULL PATH OF THE PERL EXECUTA...lays a triangular dot plot of the input sequence against itsel...A database file containing the positions of wo...k){ #wait until we hit the place...

    2707 days ago

  • Plot the density of genes in R

    #column1 = chromosome name and column2 = start position of the gene # check if ggplot2 is installed, if so, load it, # if not, install and load it if("ggplot2" %in% rownames(inst...

    2298 days ago

  • Biological Sequence handling with Perl !

    package Sequence::Generic; # File: Se...'fallback' => 'TRUE'; # These methods should be overriden...croak "$class must override the new() method"; } # Return t...the type of the sequence as a human readable string sub type {...urn 'Generic Sequence'; } # The...return $reversed; } # A human-rea...

    2195 days ago

  • Pack a perl program with their dependencies on Ubuntu !

    ...par-dist-perl libpar-perl The following NEW packages will b...untu0.1) ... #you can find the test script web.pl at https:/...gsBookmarksFilesFunGroupsPollsThe WireTrystVideos...the fruit fly genome with the human genome reveals that about s...Researchers With Benefits to the Strat...

    1525 days ago

  • Parse the NCBI taxonomy database with Perl !

    use Bio::DB::Taxonomy; use warnings; my $sps="human"; # Get one from a NCBI taxonomy database my $dbh...estor_taxon->id ****"; #my $tree = $dbh->get_tree('hum...azoa"); print $decision; #It return 1 of matches otherwise...

    1186 days ago

  • Download lumpy skin disease data !

    Location https://www.ncbi.nlm.nih.gov/sra?linkname=bioproject_sra_all&from_uid=880745 The raw genome sequence data from the 2022 outbreak in India is available in the SRA Project PRJNA880745

    424 days ago

  • R script for Circos plot !

    #!/usr/bin/env Rscript library(RCircos) # usage: Rscript make_circos.r # parse args args = commandArgs(trailingOnly=TRUE) sv.file

    313 days ago