Learn R Programming

GeneBook (version 1.0)

GeneCard_Symbol_Details: GET DETAILS OF GENE SYMBOLS

Description

Function to get the detailed information of the gene interested

Usage

GeneCard_Symbol_Details(x)

Arguments

x

R string of converted gene by function GeneCard_ID_Convert

Value

Value return is a dataframe with 7 columns describing the properties of genes

Details

This function works only for the genes with consistent symbols. Please use function GeneCard_ID_Convert first and then apply function GeneCard_Symbol_Details to get the detailed information of the gene.

Examples

Run this code
# NOT RUN {
## One Gene Details
x = "TRBV14"
GeneCard_Symbol_Details(x)
# }

Run the code above in your browser using DataLab