View source: R/geneClassifications.R
sortUhlenClassInOne | R Documentation |
Create one data.frame with the most relevant information for each gene from previous gene classification ("Uhlén-like) analysis
sortUhlenClassInOne(notExpressed, threshold, NotDetected, Enriched,
Enhanced, ubiHigh, ubiLow, mixedHigh, mixedLow, outfilename, gene.mapID,
precomputed = FALSE)
notExpressed |
object, or filename |
threshold |
level of expression |
NotDetected |
object, or filename |
Enriched |
object, or filename |
Enhanced |
object, or filename |
ubiHigh |
object, or filename |
ubiLow |
object, or filename |
mixedHigh |
object, or filename for not expressed genes |
mixedLow |
object, or filename for not expressed genes |
outfilename |
filename for the resulting data.frame to be saved with |
gene.mapID |
Map of the gene names with their Ensembl ids |
precomputed |
logical, whether to search for recorded data |
a data.frame with all the genes annotated with their "Uhlén-like" classification. result can be saved directly to a file simultaneously
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.