hpaRna
hpaNormalTissue
hpaSubcellularLoc
dataframe
s. The description below is
adapted from the HPA site:
hpaNormalTissue
)
Expression profiles for proteins
in human tissues based on immunohistochemisty using tissue micro
arrays. Thedataframe
includes Ensembl gene identifier
("Gene"), tissue name ("Tissue"), annotated cell type ("Cell.type"),
expression value ("Level"), the type of annotation (annotated protein
expression (APE), based on more than one antibody, or staining, based
on one antibody only) ("Expression.type"), and the reliability or
validation of the expression value ("Reliability").hpaSubcellularLoc
)
Subcellular localisation of proteins based on immunofluorescently
stained cells. Thedataframe
includes Ensembl gene identifier
("Gene"), main subcellular location of the protein
("Main.location"), other locations ("Other.location"), the type of
annotation (annotated protein expression (APE), based on more than
one antibody, or staining, based on one antibody only)
("Expression.type"), and the reliability or validation of the
expression value ("Reliability"). Note that the Gene Ontology and
UniProt are both importing part of this data into their
respective databases. UniProt cite the source withsource:HPA.hpaRna
) RNA levels in three
different cell lines, based on RNAseq. Thedataframe
includes
Ensembl gene identifier ("Gene"), analysed cell line ("Cell.line"),
number of reads per kilobase gene model and million reads ("RPKM"),
and abundance class ("Abundance"). Detailed description for gene entries and images and not included in
the package but can be accessed from within the Renvironment through
a web browser while on-line.
The full data sets can be individually loaded using the
data
function (see example below).
Data about individual genes of interest can retrived with the
getHpa
function.
HPA data usage policy: The use of data and images from this site in publications and presentations is permitted provided that the following conditions are met:
Uhlen et al (2010). Towards a knowledge-based Human Protein Atlas. Nat Biotechnol. 28(12):1248-50. Berglund et al (2008). A gene-centric Human Protein Atlas for expression profiles based on antibodies. Mol Cell Proteomics. 7(10):2019-27. Uhlen et al (2005). A human protein atlas for normal and cancer tissues based on antibody proteomics. Mol Cell Proteomics. 4(12):1920-1932. Ponten et al (2008). The Human Protein Atlas - a tool for pathology. J Pathology. 216(4):387-93.
getHpaDate
for release information. Gene-specific
information should be accessed using the getHpa
function. The package vignette can be accessed with vignette("hpar")
.
data(hpaRna)
head(hpaRna)
dim(hpaRna)
data(hpaNormalTissue)
head(hpaNormalTissue)
dim(hpaNormalTissue)
data(hpaSubcellularLoc)
head(hpaSubcellularLoc)
dim(hpaSubcellularLoc)
Run the code above in your browser using DataLab