Learn R Programming

drughelper (version 0.2.0)

Gene_Info: Gene Info from DrugSniper

Description

Geneinfo is a dataset with different information around a set of genes

Usage

data("geneInfo")

Arguments

Format

A data frame with 35673 observations on the following 11 variables.

hgnc_symbol

Gene symbol from HUGO Gene Nomenclature Committee

ensembl_gene_id

Identification code from ensembl project

gene_biotype

clasification of gene

transcript_length

number of pair bases of the gene

Loc

where the gene is located

Cancer

possible relation with cancers

Drug

possible drugs that target that gene

Indication

diseases associated with the gene

Function

therapeutic use of the drug (inhibitor, inducers...)

Metabolic

a numeric vector

molCIMA

a numeric vector

Details

Gene Info is part of the project "DrugSniper" from Tecnun, Universidad de Navarra

Examples

Run this code
# NOT RUN {
data(Gene_Info)
## maybe str(Gene_Info) ; plot(Gene_Info) ...
# }

Run the code above in your browser using DataLab