getExampleVector {BrainSABER} | R Documentation |
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
.
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
AIBSARNA <- buildAIBSARNA(mini = TRUE) myGenes <- c("TSPAN6", "DPM1", "C1orf112") myExampleVector <- getExampleVector(myGenes, AIBSARNA)