Learn R Programming

XGR (version 1.1.4)

mSeed: Definition for S3 class mSeed

Description

cTarget has 3 components: GR, Gene, Link.

Usage

mSeed(GR, Gene, Link)

# S3 method for mSeed print(x, ...)

Arguments

GR

a data frame

Gene

a data frame

Link

a data frame

x

an object of class mSeed

...

other parameters

Value

an object of S3 class mSeed

Examples

Run this code
# NOT RUN {
# Load the library
library(XGR)
# }
# NOT RUN {
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
# }
# NOT RUN {
mSeed(GR, Gene, Link)
# }

Run the code above in your browser using DataLab