mSeed | R Documentation |
mSeed
cTarget
has 3 components: GR, Gene, Link.
mSeed(GR, Gene, Link) ## S3 method for class 'mSeed' print(x, ...)
GR |
a data frame |
Gene |
a data frame |
Link |
a data frame |
x |
an object of class |
... |
other parameters |
an object of S3 class mSeed
## Not run: # Load the library library(XGR) ## End(Not run) RData.location <- "http://galahad.well.ox.ac.uk/bigdata" ## Not run: mSeed(GR, Gene, Link) ## End(Not run)