Thomas' Plant-Related Blog

On plant science. Mostly.

Salamander embryos go green

with 2 comments

I found out today that some salamander embryos have symbiotic algae. The algae use the salamander’s waste products as fertiliser, and the baby salamander (probably) benefits from the oxygen they produce by photosynthesising. That’s pretty cool, but it’s not really news, since the association was discovered about 120 years ago.

What is new is a finding by a Canadian & American group, that the algae actually get inside the salamander’s cells. That apparently makes it the first known case of a vertebrate having a symbiont inside its cells. People had suggested that vertebrate immune systems were too protective to let that happen. Salamanders’ immune systems aren’t that advanced by vertebrate standards, though, which might be why the symbiotic algae can get in. Or it might be because the immune systems of the embryos are still developing.

The researchers also found some hints that the algae can be passed down from the mother, but they’re not so confident about that.

 

Written by Thomas Kluyver

5 April, 2011 at 9:36 pm

50 Botany blogs (and plant plankton?)

with 3 comments

If you ever feel that you just can’t get your daily botany fix, a website about online learning has helpfully compiled a list of the 50 best botany blogs (including this one). Thanks, guys—not least for the reminder that I should keep on blogging.

As a scientist and pedant, I have to point out that plankton aren’t a plant species, though. Plankton is a general term for all sorts of small organisms that float in the water, including tiny animals and single celled algae. Are there any plants which could be called plankton? Perhaps the coconut, floating along until it finds a suitable place to grow, is roughly equivalent to the planktonic larvae of barnacles and the like. But I’m not sure that it counts if it’s dormant. Leave a comment if you’ve got a better idea!

 

Written by Thomas Kluyver

17 February, 2011 at 10:30 am

Posted in Uncategorized

Datat: Data tables for Python

leave a comment »

(A computery post today)

R is the up-and-coming thing for handling data. It’s a programming language, with a particular focus on statistics and graphs. For manipulating data before analysing it, however, I prefer Python. Code written in Python is (relatively) easy to read, and it can use a wide range of Python modules for all sorts of tasks, even for controlling R. But R has its strengths too, and one of them is the “data frame”, a table with columns of data that’s easy to use for statistics.

So, over the last few days, I’ve written Datat, a Python module for data tables. Although it’s quite different from R’s data frames, if you have the RPy2 module installed, a datat can be translated into a data frame. Using it works a bit like this:

from datat import Datat
temperaturerecords = Datat(["Date", "Min temp", "Max temp", "Notes"])
temperaturerecords.append({"Date":"9/10/11", "Min temp": 2.1, "Max temp": 13})
temperaturerecords.append({"Date":"10/10/11", "Min temp": -0.4,
                           "Notes":"Forgot some recordings"})
temp_rdataframe = temperaturerecords.translate_to_R()
temperaturerecords.save_csv("temp_records_Oct11.csv")

 

 

Written by Thomas Kluyver

30 October, 2010 at 12:29 am

Posted in Computers

Of broccoli, butterflies and Arabidopsis

with 2 comments

ResearchBlogging.org

Today, I’m venturing into the world of Arabidopsis, a plant I usually leave to the geneticists. More specifically, into it and its relatives’ evolutionary past.

DNA sequences can be used to estimate how long ago species separated. Once they separate, they stop interbreeding, and their DNA sequences start to evolve separately. So the more differences there are in their DNA, the longer it is since they split. Different bits of DNA change at different speeds: from essential genes evolving very slowly, to so called ‘junk DNA’, which doesn’t code for anything, so can change much faster.

All the data needs calibrating, though. We’ve got to know how fast particular bits of DNA change, before we can use them to date anything. The key is fossils. Say you’ve got two groups of living species, one of which has a novel and distinctive feature that the other group lacks (and presumably never had). If you find a fossil that looks like your species, and you can see it has that key feature, then the two groups must have split by the time of the fossil. I won’t go into the various ways you might find the age of the fossil, but there’s info on Wikipedia.

Seed pods on stem

Thlaspi arvense seed pods. Photo by Matt Lavin (flickr)

The paper I’ve read today did this calibration for the cabbage family, Brassicaceae (which includes Arabidopsis, along with a number of vegetables including cabbage, broccoli, turnips and oilseed rape), and some related families, like that of capers, the little buds used in Mediterranean cooking. They used five fossils which have previously been found of these plants. Perhaps the most important was a fossil seed pod from a plant called Thlaspi primaevum, which lived about 30 million years ago. Under a scanning electron microscope, they could see a characteristic pattern of ridges that it shares with living Thlaspi species, meaning that they must have split off from a closely related genus at least that long ago.

Using these fossil dates, and a more flexible model of evolution, they estimated the age of various splits between species. They put the split between the model plant Arabidopsis thaliana, and its close relatives like A. lyrata back to about 13 million years ago, three times previous estimates, and reckon that those species separated from vegetables like cabbage (Brassica) about 43 million years ago, about twice previous estimates. There are big margins of error around those “optimal reconstructions”, though.

So what does that tell us? Apart from having to re-examine how quickly various genes evolved, it places the earliest split of the ‘Brassicales’, when the ancestors of the cabbage and the caper bush separated, back in the Cretaceous, before the mass extinction that killed the dinosaurs. That suggests that those plants, after surviving the mass extinction, began to diversify to take advantages of new opportunities afterwards. Their survival and diversification could also be connected with genome duplications, where the plants ended up with two copies of all their genes, which can open up new possibilities to evolution.

The authors also suggest that the timing matches up with speciation in a family of butterflies called the Pierids, which includes the cabbage white and the orange tip. Their caterpillars can munch on these plants, as gardeners know all too well, because they can break down the toxic chemicals which protect them (the same chemicals that give mustard its sharp flavour). That’s interesting, because it suggests that the plants and the butterflies might have diversified together. Perhaps the butterflies adapted to the diversification of their host plants, or perhaps each group drove speciation in the other.

Finally, it puts the origins of Arabidopsis thaliana, the favourite of geneticists, back in the Miocene, a somewhat warmer period than the Pliocene, when previous estimates had it splitting. That might change our ideas about how it evolved.

References:

Beilstein, M., Nagalingum, N., Clements, M., Manchester, S., & Mathews, S. (2010). Dated molecular phylogenies indicate a Miocene origin for Arabidopsis thaliana Proceedings of the National Academy of Sciences DOI: 10.1073/pnas.0909766107

Written by Thomas Kluyver

17 October, 2010 at 10:04 pm

Posted in Papers

Tagged with ,

Spices as antiseptics… maybe

with 7 comments

This post was chosen as an Editor's Selection for ResearchBlogging.org

For today, I’ve dug up a paper (I forget how) from 1998, when I was still in primary school, about why people like spicy foods, and why some cultures use more spice than others. The idea that we acquired a taste for spices to keep harmful bacteria in check isn’t implausible, but the evidence in the paper is more interesting than conclusive.

First off: does it work? Do spices have antibacterial properties? Yes, according to studies that the authors found. All the spices which had been tested were effective against some bacteria, and four (garlic, onion, allspice & oregano) had an effect on all the bacteria on which they were tested. Of course, publication bias might be hiding experiments where spices didn’t affect bacteria, but the researchers found studies for 30 of the 43 spices they were looking at.

Piles coloured spices on display

Spices on sale in Istanbul. Photo by echiner1 (flickr)

The ‘secondary compounds’ which give spices their various, powerful flavours, are probably part of the plants’ defences against pests and diseases, so it’s not a great surprise that they’d work against other bacteria.

The focus of the paper is the researchers’ rather epic study of traditional recipes. From 93 traditional recipe books, they read over 4500 meat-based recipes (meat is more likely to cause food poisoning) from 36 countries, noting the spices used in each. Most recipes included at least one spice, with onions and pepper the two most common overall. They match this up with the climate in each country, to find that hotter countries have more recipes with spices in, use more spices per recipe, and use the available spices more often. This, they say, is because bacteria will multiply quicker in warm countries, so more spices will be needed to keep them in check. On the other hand, they didn’t find any connection between spice use and rainfall.

It’s an interesting idea, but the statistics they use to check it aren’t great. It all hinges on whether each country can be treated as an independent case. They spend the best part of a page trying to justify this, but in the end seem to say “if we grouped some countries together, there wouldn’t be enough to do statistics with.” I sympathise, but I reckon it might be misleading to do statistical tests at all. There’s a particular problem at the cooler end of the temperature range, where almost all the countries are in Europe. If we share a common, relatively non-spicy cuisine, that could be making the correlation look stronger than it really is.

They also look more specifically at which spices are being used: for example, they reckon that hotter countries use more of the spices that are most effective against bacteria. But this, too, is a bit misleading. Even ‘traditional’ recipes can include relatively new foods; what could be more English than roast potatoes, from a plant we knew nothing of a few centuries ago? Chilli peppers are also from South America, so couldn’t have been used in Indian cuisine before Columbus. Many of the spices they look at have been spread around the world only in the last few centuries, presumably into cultures which had already developed tastes for more or less spicy food.

The patterns are interesting, and going through thousands of recipes must have taken a fair amount of work. But I don’t think the statistical analysis is enough to close the case. Perhaps an experimental approach would compliment it: how well do different combinations of spices delay bacteria growing on meat at different temperatures? And could humans hit upon this without knowing about bacteria, by associating non-spicy food with the nausea caused by food poisoning? The ethics committee might have something to say about testing the latter, but perhaps it could be done with rats.

Reference:

Billing, J., & Sherman, P. (1998). Antimicrobial Functions of Spices: Why Some Like it Hot The Quarterly Review of Biology, 73 (1), 3-49 DOI: 10.1086/420058

Written by Thomas Kluyver

26 August, 2010 at 10:54 pm

Posted in Papers

Tagged with

Why trees have to leave home

with 2 comments

Tropical forests are a challenge for ecologists, because there are so many species. It’s not just a practical challenge to identify them, but a theoretical question of why they’re all there. Why don’t the better adapted ones win out, while others go extinct? Does every species really have its own ‘niche’—some set of conditions where it outcompetes everything else? Or are the different species much the same? (I’ve discussed neutral theory before)

A third idea is that trees can’t grow too close to their parents (or others of the same species), perhaps because pests and diseases spread between them. This is called the Janzen-Connell hypothesis, after the scientists who, independently, thought of it. If each species has to space itself out to escape pests, other species can grow in the gaps, without outcompeting each other. Some new evidence backs this up.

One study analysed where thousands of seedlings were growing, on an intensely studied plot on Barro Colorado Island, Panama. After five years, saplings with others of the same species nearby were less likely to have survived. Interestingly, the effect was apparently greater for rare species than for common ones; perhaps that helps to explain why they are rare.

Another experiment looked at seedlings grown in pots, with soil taken from under the same tree species, or another one. Seedlings grown in ‘home’ soil once again fared worse, suggesting that a disease or a pest in the soil could be the key.

Owen T. Lewis (2010) Ecology: Close relatives are bad news. Nature (News & Views) 466, 698–699

Ecology: Close relatives are bad news

Written by Thomas Kluyver

9 August, 2010 at 11:54 pm

Posted in Uncategorized

Tagged with

Is climate change affecting phytoplankton?

with 5 comments

ResearchBlogging.org

Phytoplankton—single celled green floaters—fulfil the same role in the oceans as plants do on land. They’re the basis of the food chain, capturing energy from sunlight, and eventually feeding just about everything else. So the news that they’ve declined by about 40% since 1950 (Nature News) is rather worrying. Let’s take a look at where the number came from.

Black and white disk, suspended above water.

A Secchi disk. Photo from eutrophication&hypoxia (flickr)

The standard way of finding the amount of phytoplankton in seawater is to measure the concentration of chlorophyll, the green pigment used in photosynthesis. Essentially, you can just test how green the water is, although modern methods are a bit cleverer. Using satellites, you can even remotely measure vast areas of ocean. But people didn’t make those measurements much until the 1960s (and not with satellites until 1979). So the researchers combined them with an even simpler method, which has been done a lot since the 1930s. The ‘Secchi disk’ is lowered into the water until it can no longer be seen, giving a measure of how clear the water is. After throwing out measurements near the shore, where mud can reduce visibility, they fit pretty well with the chlorophyll measurements.

What did they find? Well, the number the media picked up on was the global average 1% decline per year. That’s one percent of current levels, so working back gives you just under a 40% drop since 1950. That average, though, hides quite a bit of variation in the actual change:

Graph of the historic changes in chlorophyll in eight regions of the global ocean.

Changes in phytoplankton (chlorophyll concentration). Based on a figure in the paper, with minor modifications.

It looks like there’s a clear decline in the Atlantic ocean and the polar oceans, a smaller decline in the Pacific, while plankton actually increased in the Indian ocean. The authors go one step further, breaking it down into large grid squares. That shows still more variation, but without a clear pattern, at least to my eye.

I mentioned a link with climate change. It works like this: when you heat a pan of water on a stove, you get convection currents, as warm water rises, cools, and sinks again. But the oceans are mostly heated from the top, by sunlight, which means a layer of warm water forms, sitting on top of a huge depth of colder water. Phytoplankton can only grow near the surface, because they need sunlight, but they quickly use up the nutrients there, and then need water mixed in from the depths to grow. As a result, regions of upwelling water, such as off the coasts of Peru and Antarctica, have particularly rich sea life. The ocean currents that drive them aren’t expected to stop any time soon, but warmer temperatures at the surface could be reducing smaller scale mixing.

This isn’t just conjecture. The scientists separated the year-by-year variation in plankton levels from the overall trends, and compared that variation to various ocean ‘oscillations’. These are roughly regular patterns in temperature and pressure, the best known of which is the El Niño/Southern Oscillation in the Pacific. In most areas with oscillations, there was less plankton in warmer years (the pattern didn’t fit for the North Indian ocean, perhaps due to the effects of the monsoon rains).

I’m a bit surprised, reading the paper, that they didn’t explore any of the other things that could be affecting the plankton. There’s a brief list of possible factors, including nutrients coming from the land, ocean circulation, and the effects of other organisms in the sea, but then only the surface temperature and the resulting ‘mixed layer depth’ are given any discussion at all.

If phytoplankton are on the decline due to global warming, that’s not just bad news for the algae. As I described above, almost* everything in the oceans ultimately relies on phytoplankton. They’re also a key part of the carbon cycle, removing CO2 from the air. That leads to a positive feedback: as we release more CO2 and warm the earth, we also slow down its absorption by life in the oceans.

Reference:

Boyce, D., Lewis, M., & Worm, B. (2010). Global phytoplankton decline over the past century Nature, 466 (7306), 591-596 DOI: 10.1038/nature09268

*Treasure your exceptions: some things living at hydrothermal vents can get all their energy from dissolved chemicals.

Written by Thomas Kluyver

6 August, 2010 at 11:56 pm

New crops: perennial grains?

with 5 comments

ResearchBlogging.org

Most of our staple crops are annuals—plants that grow from seed, produce the next generation of seeds and then die, all in one year. In particular, the ‘big three’ crops, rice, wheat and maize, are all annuals. What would life be like if we instead grew perennials—plants that last more than one year? No more yearly ploughing and sowing.

Pear orchard

Pear orchard in the US. Photo by victorhansonsmith (flickr)

First things first: we’ve already got plenty of perennial crops. Many fruits, such as apples, grapes and kiwis, grow on trees and vines, and plants like the tomato can grow as annuals or perennials. But they’re luxuries, not our daily bread. The cereals and pulses that we depend on are almost all annuals. Read the rest of this entry »

Written by Thomas Kluyver

28 July, 2010 at 11:02 pm

Posted in Papers

Tagged with ,

Why moss blows smoke rings

with 6 comments

ResearchBlogging.org

Science via Youtube today. Let’s start with some smoke rings.  They go an impressively long way—much further than a simple puff of smoke fired with the same force would:

So, why might a moss need to do the same thing?

It’s all about spores. Mosses spread by spores, a bit like microscopic seeds. For peat moss (Sphagnum), growing low on the ground in  bogs, the challenge is to catch the wind, getting its spores high enough that eddies in the air carry them away. It launches them, after building up 2–5 times atmospheric pressure behind them, but that by itself wouldn’t be enough: like a puff of smoke, the dust-like spores would quickly slow down, staying in the still air near the ground, and settling back to the ground. So they blow tiny smoke rings:

Could other plants use the same trick? Spores, pollen and the smallest seeds (such as those of orchids) could all potentially be ‘puffed’ like this. But most plants are high enough to catch the wind easily: the authors reckon it’s only about 10cm up in the bogs where peat moss lives. White mulberry, recently featured on QI as the ‘fastest thing in biology’, flings its pollen with a catapult mechanism (here’s the paper for subscribers) that couldn’t generate a ring vortex.

Maybe the best place to look would be fungi, some of which face a similar challenge to the peat moss when launching their spores. There are other ways to approach it, though. Take a look at these Pilobolus fungi, which use a ‘water pistol’ approach to launching spores (this paper is open access). Interestingly, the pressure they use to launch is similar to that in the moss.

Finally, to round off this post of Youtube science, let’s take a closer look at vortex rings (the technical name for smoke rings). They hold together by rolling through the air on the outside, while the inside’s moving forward faster. Here it is with ink in water:

Reference:

Whitaker, D., & Edwards, J. (2010). Sphagnum Moss Disperses Spores with Vortex Rings Science, 329 (5990), 406-406 DOI: 10.1126/science.1190179

Written by Thomas Kluyver

24 July, 2010 at 1:55 pm

Posted in Papers

Tagged with ,

Introducing ‘Pied Paper’

leave a comment »

If you’ve ever tried to read a journal paper on screen, you’ll know that it’s not always easy. With widescreen monitors now common, the text you’re trying to read ends up either as a long, narrow column surrounded by menus and sidebars, or spread out so wide that you can’t comfortably read the long lines. You could download a PDF, but since they’re designed to be printed, it’s often clumsy to read them on screen.

A scroll (the Torah)I wondered if we could lay a paper out to make better use of a large monitor. Using a relatively new feature in browsers, I’ve experimented with putting papers into multiple columns, continuing off the screen to the right, somewhat like an old fashioned scroll. The prototype got enough interest that I’ve (finally) made a tool to reformat papers ‘live’.

How to get it

If you’re using Firefox, you’ll need an add-on called Greasemonkey to run Pied Paper. Install it from here, then restart Firefox. Chrome (and possibly Opera) can use Pied Paper without this step. (It won’t work in Internet Explorer at all, I’m afraid)

Then get Pied Paper (click the install button on that page).

How to use it

Pied Paper currently works on:

When you load the full text (HTML) of a paper on one of those sites, Pied Paper will recognise it, and automatically reformat it. At present, if you want to go back to the original format, you’ll need to disable Pied Paper (in Firefox, use the Greasemonkey monkey icon in the bottom right), and reload.

Please don’t hesitate to let me know if you encounter any problems.

Notes

Although this is a tool that I hope you’ll find useful, it’s not exactly polished. Part of this is down to the script, and if people express interest in the idea, I’ll look at using more sophisticated tools to deal with it. Part of it is down to the browsers: multi-column support is quite new, and hopefully over the next couple of years, it will mature.

For a similar tool to remove clutter, without the unusual scroll-like layout, try Readability (a project I have nothing to do with).

Finally, if you read journal papers often, allow me to plug Refzap, a tool I made for quickly looking up citations.

Written by Thomas Kluyver

23 June, 2010 at 6:49 pm

Posted in Computers

Follow

Get every new post delivered to your Inbox.