Description Usage Arguments Value Author(s) See Also Examples
View source: R/read.agdex.result.R
A function to read the output file produced by the function write.agdex.result
1 | read.agdex.result(res.file)
|
res.file |
the name of output file of AGDEX analysis |
Returns a list of objects of result.
dex.compA |
comparison definition for "A" |
dex.compB |
comparison definition for "B" |
gwide.agdex.res |
genome-wide AGDEX result |
gset.res |
gene-set Results |
meta.dex.res |
Individual Matched-Gene results |
dex.resA |
Individual Gene Results for comparison "A" |
dex.resB |
Individual Gene Results from comparison "B" |
dex.asgnA |
sample assignments for comparison "A" |
dex.asgnB |
aample assignments for comparison "B" |
gset.listA |
gene-set lists for comparison "A" |
gset.listB |
gene-set lists for comparison "B" |
gset.list.agdex |
gene-set lists for agdex analysis |
Stan Pounds<stanley.pounds@stjude.org; Cuilan Lani Gao<cuilan.gao@stjude.org>
1 2 3 4 5 | #read agdex file from output file
## Not run:
read.agdex.result("agdex.result.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.