tresh | R Documentation |
The tresh function is used to curate the dataset to include only the features that meet the treshold criteria across all samples. The treshold is user-defined based and relative to the expression values in the dataset as PRKM/FPKM/TPM. This function does not perform transformations on the expresion values.
tresh(expr.val, treshold)
expr.val |
Text |
treshold |
A numeric value with the desired treshold to apply to the dataset. |
A data frame with the individual p-values per feature for main effects, simple main effects and interaction effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.