Learn R Programming

apTreeshape (version 1.2.1)

pandit: Phylogenetic trees from the Pandit database

Description

This set contains two trees extracted from the Pandit Database,cytochromc and rhodopsin.

Usage

data(cytochromc)
data(rhodopsin)

Arguments

source

Ambler, R. P. (May, 1991) Sequence variability in bacterial cytochromes c. Biochimica et Biophysica Acta, 1058, 42-7, for more details about bacterial cytochromes c. Attwood T. K. and Findlay J. B. (Feb., 1993) Design of a discriminating fingerprint for G-protein-coupled receptors. Protein Engineering, 6, 176-67, for more details about G-protein-coupled receptors.

format

These data are stored as objects of class "treeshape".

Details

Cytochromes c (cytC) can be defined as electron-transfer proteins.This data set describes the phylogenetic relationships of cytC of mitochondria and bacteria. G-protein-coupled receptors, GPCRs, constitute a vast protein family that encompasses a wide range of functions (including various autocrine, paracrine and endocrine processes). The rhodopsin-like GPCRs themselves represent a widespread protein family that includes hormone, neurotransmitter and light receptors.

Examples

Run this code
## Example tree in Treeshape format
data(cytochromc) 
plot(cytochromc)
summary(cytochromc) 

data(rhodopsin) 
plot(rhodopsin)

Run the code above in your browser using DataLab