EG: Definition for S3 class 'EG'

Description Usage Arguments Value Examples

View source: R/ClassMethod-XGR.r

Description

EG has 1 component: gene_info.

Usage

1
2
3
4
EG(gene_info)

## S3 method for class 'EG'
print(x, ...)

Arguments

gene_info

a data frame

x

an object of class EG

...

other parameters

Value

an object of S3 class EG

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# Load the library
library(XGR)

## End(Not run)
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run: 
EG(gene_info)

## End(Not run)

XGR documentation built on Jan. 8, 2020, 5:06 p.m.

Related to EG in XGR...