getProfilesDataSingleGene: get Profiles Data for a Single Gene.

View source: R/getProfilesDataSingleGene.R

getProfilesDataSingleGeneR Documentation

get Profiles Data for a Single Gene.

Description

get Profiles Data for a Single Gene.

Usage

getProfilesDataSingleGene()

Value

dataframe with profiles data for a single gene

Examples

readRDS(paste(path.package("canceR"),"/extdata/rdata/brca_tcga73genes.rds", sep=""))
## Select Case from Breast Cancer
 ENV <- new.env(parent = emptyenv())
ENV$curselectCases <- 9
##Select Genetic Profile from Breast Cancer
ENV$curselectGenProfs <- 4
## get Specific Mutation data for 73 Genes list
## Not run: 
getProfilesDataSingleGene()

## End(Not run)

kmezhoud/canceR documentation built on March 4, 2024, 12:34 a.m.