Package 'hpar'

Title: Human Protein Atlas in R
Description: The hpar package provides a simple R interface to and data from the Human Protein Atlas project.
Authors: Laurent Gatto [cre, aut] , Manon Martin [aut]
Maintainer: Laurent Gatto <[email protected]>
License: Artistic-2.0
Version: 1.47.0
Built: 2024-07-03 05:49:37 UTC
Source: https://github.com/bioc/hpar

Help Index


Browser the HPA page for a gene.

Description

Browser the HPA page for a gene.

Usage

browseHPA(id)

Arguments

id

A 'character()' with one or multipel Ensembl gene identifiers.

Value

Returns the URL(s) for the provided gene identifiers. If interactive, opens the URL(s).

Author(s)

Laurent Gatto

Examples

browseHPA("ENSG00000163435")

Obtain HPA data release information

Description

Obtain the data and release information of the Human Protein Atlas (HPA) sets distributed by 'hpar'. See http://www.proteinatlas.org/about/releases for the HPA release history.

Usage

getHpaDate()

Value

A 'character()' with the release information.

Author(s)

Laurent Gatto

Examples

allHparData()

getHpaVersion()
getHpaDate()
getHpaEnsembl()