Description Usage Arguments Value Examples
View source: R/getExampleVector.R
This function returns a named example vector of gene expression values for
the specified genes, taken from the 1st row of AIBSARNA, for use in
demonstrating getSimScores
.
1 | getExampleVector(genes, AIBSARNA = NULL)
|
genes |
a character vector of HGNC-compliant gene names |
AIBSARNA |
an instance of the AIBSARNA dataset, built using the
|
a named character vector of gene-expression values
1 2 3 | AIBSARNA <- buildAIBSARNA(mini = TRUE)
myGenes <- c("TSPAN6", "DPM1", "C1orf112")
myExampleVector <- getExampleVector(myGenes, AIBSARNA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.