Description Usage Arguments Value Examples
View source: R/ResultSet_getGeneVals.R
Given a ResultSet
and a gene name returns the results of the
analysis of all the probes of the gene.
1 2 3 4 5 6 7 8 | getGeneVals(
object,
gene,
rid = 1,
genecol = "genes",
fNames = c("chromosome", "start"),
...
)
|
object |
|
gene |
Character with the name of the gene |
rid |
Name of the results: "DiffMean" for mean differences, "DiffVar" for variance differences. (Default: DiffMean) |
genecol |
Character with the column of |
fNames |
Names of the columns of |
... |
Further arguments passed to |
data.frame with the results of the analysis of the probes belonging to the gene
1 2 3 4 5 6 7 8 | ## Not run:
if (require(minfiData)){
set <- ratioConvert(mapToGenome(MsetEx[1:10,]))
methyOneVar <- runPipeline(set, variable_names = "sex")
getGeneVals(methyOneVar, "TSPY4")
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.