| feateff | R Documentation |
Extracts treatment, the outcome on which the effect is assessed, and feature data from transcriptomic and methylomic studies
feateff( set, tname, effname, reft = NULL, refeff = NULL, event = NULL, covnames = NULL, covtype = NULL, sva = FALSE, betas = TRUE, UsegeneSymbol = FALSE, rnaseq = FALSE )
set |
|
tname |
|
effname |
|
reft |
|
refeff |
|
event |
|
covnames |
|
covtype |
|
sva |
|
betas |
|
UsegeneSymbol |
|
rnaseq |
|
This function extracts feature and treatment-effects data,
from eSet or SummarizedExperiment objects
for profiling with predicteff. The function includes the option of adding
surrogate variables as additional covariates to the treatment-effect data.
#library(GEOquery)
#gsm <- getGEO("GSE17755")
#gsm <- gsm[[1]]
#in this example we use sex as the treatment variable do detect groups of
# high sexual dimorphism in arthritis disease.
#data4teff <- feateff(gsm, tname="gender:ch1", reft=c("male", "female"),
# effname="disease:ch1", refeff=c("healthy","arthritis"),
# covnames="age:ch1", covtype="n",
# sva=TRUE, UsegeneSymbol=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.