genelowvalfilter
Remove gene profiles with low absolute values
Syntax
Description
returns
a logical vector Mask
= genelowvalfilter(Data
)Mask
identifying gene expression
profiles in Data
that have absolute expression
levels in the lowest 10% of the data set.
Gene expression profile experiments have data where the absolute values are very low. The quality of this type of data is often bad due to large quantization errors or simply poor spot hybridization. Use this function to filter data.
[___] = genelowvalfilter(___,
uses additional options specified as one or more optional name-value
pair arguments.Name,Value
)
Examples
Input Arguments
Output Arguments
References
[1] Kohane, I.S., Kho, A.T., Butte, A.J. (2003). Microarrays for an Integrative Genomics, First Edition (Cambridge, MA: MIT Press).
Version History
Introduced before R2006a
See Also
exprprofrange
| exprprofvar
| geneentropyfilter
| generangefilter
| genevarfilter