extractSpe | R Documentation |
Extract the genes that are specific to a tissue
extractSpe(DF, threshold, strip = TRUE, format = "lg",
rowNames = TRUE, verbose = FALSE)
DF |
numeric data.frame |
threshold |
numeric. Minimal expression to be considered. For 0, the comparison is strict. |
strip |
boolean. Default: TRUE. |
format |
character string. 'lg' allows to output a long-format data.frame |
rowNames |
boolean. Default: TRUE. |
verbose |
boolean. Default: FALSE. |
a long or wide data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.