March 28, 2006
Here’s a block of multiline code…
foreach my $person (@people) {
my %tags = (Supervised => ‘pi’,
# Supervised_by => ’student’,
Worked_with => ‘collaborated’);
foreach my $tag (keys %tags) {
# next if ($limit_to && $tag ne $limit_to);
if (my @data = $person->$tag) {
my $year = $lineage->discover_year_appeared($person);
next if ($year eq ‘unknown’ && [...]
Read the full article →
March 27, 2006
The National Human Genome Research Institute (NHGRI) plans to initiate a model organism ENCODE (modENCODE) Project that will try to identify all of the sequence-based functional elements in the Caenorhabditis elegans and/or Drosophila melanogaster genomes. The project will be run as a Research Network called the modENCODE Consortium which is supported by two RFAs. [...]
Read the full article →