View source: R/utils-genesExpDF.R
selectSpecific | R Documentation |
Select specifically the genes that are expressed above a threshold for a given number of times in a data.frame
selectSpecific(DF, threshold = 0, expBreadth = 1, verbose = TRUE)
DF |
numeric (expression) data.frame |
threshold |
numeric; default: 0. Minimal expression to be considered |
expBreadth |
integer; default: 1. Exact number of times to be expressed to be considered |
verbose |
boolean; default: TRUE. Print the number of rows of the returned data.frame |
a data.frame that contains genes (ie rows) that are expressed exactly a number of times (expBreadth) above the given threshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.