PubMed HealthSearch

Biomedical subjects

C Pu

Publications and source records attributed to C Pu.

8 recordsLinked to original sources

Protective effects of MK-801 on methamphetamine-induced depletion of dopaminergic and serotonergic terminals and striatal astrocytic response: an immunohistochemical study.

It has been shown previously that methamphetamine induces dopaminergic nerve terminal degeneration, serotonin depletion and striatal reactive astrogliosis, and that the noncompetitive N-methyl-D-aspartate (NMDA) antagonist MK-801 can block methamphetamine (MA)-induced depletion of dopamine and serotonin and reduction in activity of their synthetic enzymes. In this study, immunohistochemistry was used to evaluate the effect of MK-801 on methamphetamine-induced neuropathological alterations of dopaminergic and serotonergic terminals and striatal astrocytic responses. Adult male rats were treated with methamphetamine (4 injections of 10 mg/kg at 2 hour intervals) in conjunction with MK-801 which was administered 15 min before each methamphetamine administration at doses of 1 mg/kg or 2 mg/kg. Brains were examined three days following treatment. MK-801 administration prevented methamphetamine-induced depletion of 5-hydroxytryptophan (5-HT) terminals in the forebrain and depletion of tyrosine hydroxylase-positive dopaminergic terminals and astrocytic response in the neostriatum in most animals. These results support the concept that excitatory amino acids acting through an NMDA receptor are involved in methamphetamine-induced neuronal damage on dopaminergic and serotonergic terminal fields. A minor depletion of TH-positive terminals and astrogliosis in the neostriatum was seen in three of nine MA-MK-801-treated animals. This indicates that the protective effects of MK-801 on MA-induced dopaminergic terminal degeneration varies among animals with complete protection in most animals and partial protection in the others using the present doses and dosing regimen.

Animals

The effects of amfonelic acid, a dopamine uptake inhibitor, on methamphetamine-induced dopaminergic terminal degeneration and astrocytic response in rat striatum.

Administration of methamphetamine (MA) induces degeneration of dopaminergic nerve terminals and astrogliosis, such as hypertrophy and an increase in apparent number, in the neostriatum. In this experiment adult rats were treated with MA (10 mg/kg, i.p.) 4 times in one day at 2 h intervals. Amfonelic acid (AFA), a dopamine reuptake inhibitor, was administered (20 mg/kg, i.p.) at the same time the last MA dose was given. Three days later, dopaminergic terminals and astrocytes were examined immunohistochemically and the contents of striatal dopamine and its metabolites were analyzed by HPLC. The results showed that MA-induced the typical depletion of dopaminergic terminals, reduction of dopamine content and astrogliosis in the neostriatum. AFA treatment completely prevented the effects of MA on the dopaminergic system, both morphologically and biochemically. However, the reaction of astrocytes remained in the region where the most severe depletion of dopaminergic terminals was seen in MA treated animals (ventral-lateral portion of neostriatum). The results support the concept that the dopamine transporter is involved in MA-induced dopaminergic nerve terminal degeneration. The results also indicate that blocking the dopamine transporter cannot completely prevent the reaction of astrocytes in the neostriatum, which indicates that the astrocytic reaction can be induced by factors other than degeneration of dopaminergic terminals in this region. Based on these and other data, it is hypothesized that MA may cause degeneration of corticostriatal glutamate pathways and this effect may be responsible for the astrogliosis in MA-AFA treated animals.

3,4-Dihydroxyphenylacetic Acid

Design and application of PDBlib, a C++ macromolecular class library.

PDBlib is an extensible object-oriented class library written in C++ for representing the three-dimensional structure of biological macromolecules. The software design strategy, features of many of the 129 classes currently distributed with the library, and two sample applications which use the library are described. Version 1.0 of the library represents the structural features of proteins, DNA, RNA and complexes thereof, at a level of detail on a par with that which can be parsed from a Protein Data Bank (PDB) entry. However, the memory-resident representation of the macromolecule is independent of the PDB entry and can be obtained from other sources, e.g. relational and object-oriented databases. PDBlib classes are organized into four categories: (i) classes that model the macromolecule; (ii) classes that enhance the extensibility of the library; (iii) classes that provide navigation facilities of the object-oriented macromolecular structure representation; and (iv) a class that loads a PDB file into the memory-resident object-oriented representation. A number of general-purpose procedures that return features of this representation and that are relevant to all biological disciplines are included in (i). The library has been used to develop PDBtool, a prototype structure verification tool, and PDBview, a structure rendering tool that requires no specialized graphics hardware and software. Current work centers on making the macromolecular structures represented by PDBlib persistent using a commercial object-oriented database and providing an additional class library, MMQLlib, to query those structures.

Databases, Factual

Macromolecular query language (MMQL): prototype data model and implementation.

Macromolecular query language (MMQL) is an extensible interpretive language in which to pose questions concerning the experimental or derived features of the 3-D structure of biological macromolecules. MMQL portends to be intuitive with a simple syntax, so that from a user's perspective complex queries are easily written. A number of basic queries and a more complex query--determination of structures containing a five-strand Greek key motif--are presented to illustrate the strengths and weaknesses of the language. The predominant features of MMQL are a filter and pattern grammar which are combined to express a wide range of interesting biological queries. Filters permit the selection of object attributes, for example, compound name and resolution, whereas the patterns currently implemented query primary sequence, close contacts, hydrogen bonding, secondary structure, conformation and amino acid properties (volume, polarity, isoelectric point, hydrophobicity and different forms of exposure). MMQL queries are processed by MMQLlib; a C++ class library, to which new query methods and pattern types are easily added. The prototype implementation described uses PDBlib, another C(++)-based class library from representing the features of biological macromolecules at the level of detail parsable from a PDB file. Since PDBlib can represent data stored in relational and object-oriented databases, as well as PDB files, once these data are loaded they too can be queried by MMQL. Performance metrics are given for queries of PDB files for which all derived data are calculated at run time and compared to a preliminary version of OOPDB, a prototype object-oriented database with a schema based on a persistent version of PDBlib which offers more efficient data access and the potential to maintain derived information. MMQLlib, PDBlib and associated software are available via anonymous ftp from cuhhca.hhmi.columbia.edu.

Amino Acid Sequence

Design and application of a C++ macromolecular class library.

PDBlib is an extensible object oriented class library written in C++ for representing the 3-dimensional structure of biological macromolecules. PDBlib forms the kernel of a larger software framework being developed for assiting in knowledge discovery from macromolecular structure data. The software design strategy used by PDBlib, how the library may be used and several prototype applications that use the library are summarized. PDBlib represents the structural features of proteins, DNA, RNA, and complexes thereof, at a level of detail on a par with that which can be parsed from a Protein Data Bank (PDB) entry. However, the memory resident representation of the macromolecule is independent of the PDB entry and can be obtained from other back-end data sources, for example, existing relational databases and our own object oriented database (OOPDB) built on top of the commercial object oriented database, ObjectStore. At the front-end are several prototype applications that use the library: Macromolecular Query Language (MMQL) is based on a separate class library (MMQLlib) for building complex queries pertaining to macromolecular structure; PDBtool is an interactive structure verification tool; and PDBview, is a structure rendering tool used either as a standalone tool or as part of another application. Each of these software components are described. All software is available via anonymous ftp from cuhhca.hhmi.columbia.edu.

Animals

Developmental dissociation of methamphetamine-induced depletion of dopaminergic terminals and astrocyte reaction in rat striatum.

In 60- and 80-day-old rats, TH-positive terminal depletion occurred simultaneously with increased glial fibrillary acid protein (GFAP)-containing astrocytes in the caudate-putamen nucleus following four 10 or 20 mg/kg methamphetamine treatments. At 40 days, astrocytes were increased without depletion of TH-positive terminals. At younger ages (20 days old) neither marker was altered. Processes leading to methamphetamine-induced gliosis and TH-positive terminal depletion may not be present in rats prior to 40 and 60 days, respectively. The data suggest that factors other than degenerated dopaminergic terminals, such as increased glutamate release and/or production of free radicals may be involved in triggering striatal gliosis.

Animals

The effect of radix Salviae Miltiorrhizae (RSM) on substance P in cerebral ischemia--animal experiment.

The levels of substance P (SP) in rat brains were assayed in 64 rats. Bilateral common carotid artery ligation was done in 49 rats. Half an hour before ligation, 25 rats were given 10 g/kg of RSM; 24 rats were given the same volume of normal saline as controls. Sham operation was done in 15 rats. Half an hour and 3 hours after cerebral ischemia, the rats were quickly decapitated. SP concentration was assayed in the cerebral cortex, caudate nucleus and brain stem. In saline-treated animals, the SP level of caudate nucleus at 3-hour group was significantly decreased as compared with the 0.5-hour group and sham-operated group respectively. No significances were found among RSM-treated groups and sham-operated groups. The SP levels were shown: brain stem greater than caudate nucleus greater than cerebral cortex. The preliminary results suggest that SP may be involved in the pathophysiologic procedures of cerebral ischemia and RSM may attenuate the dysfunction of SP during cerebral ischemia.

Animals

Long-term learning deficits and changes in unlearned behaviors following in utero exposure to multiple daily doses of cocaine during different exposure periods and maternal plasma cocaine concentrations.

Although the possible behavioral neurotoxic effects of in utero exposure to cocaine have been the subject of numerous experiments, only a limited number of different types of animal models of cocaine exposure, critical periods, or long-term effects of such exposures have been investigated. In the present experiment, the effects of multiple daily SC exposures to cocaine (20 mg/kg/dose x 5 doses per day) were investigated when administered to gravid Sprague-Dawley CD rats on embryonic days E7-12 or E13-18 compared to weight-matched, vehicle injected, pair-fed controls. Effects of exposure were assessed on general development, olfactory orientation behavior, early locomotion, startle reactivity, spontaneous motor activity, and learning on two different tasks (Morris and Cincinnati water mazes). The multiple cocaine dosing regimen produced maternal peak serum concentrations of cocaine 3 times higher than that of a single dose (approximately 1550 vs. approximately 550 ng/mL). Early-exposed cocaine offspring had lower olfactory orientation scores and reduced postweaning rearing and hole-poke motor activity, whereas late-exposed cocaine offspring had increased postweaning locomotor, rearing, and hole-poke activity. On the Morris hidden platform maze, the cocaine early-exposed females had longer latencies on acquisition than controls. On the Cincinnati multiple-T water maze, the early-exposed cocaine females and the late-exposed cocaine males had increased errors, whereas the early-exposed cocaine males had reduced errors. The effects on measures of learning, when taken together, and in light of their being in the early-exposed group, suggest that embryonic cocaine exposure may have subtle effects on cognition in the offspring as adults. Such effects represent a form of neurotoxicity not previously associated with prenatal cocaine exposure.

Animals