View source: R/correlate_gene_expression.R
filterLinearProbes | R Documentation |
use a linear regression filter to screen for probes that were negatively associated with gene expression.
filterLinearProbes(
methylation.data,
gene.expression.data,
ProbeAnnotation,
cores,
filter,
cluster,
correlation = "negative"
)
methylation.data |
methylation data matrix. |
gene.expression.data |
gene expression data matrix. |
ProbeAnnotation |
dataframe of probe annotation |
cores |
number of CPU cores used for computation |
filter |
logical indicating whether to perform a linear regression to select functional probes |
cluster |
logical indicating whether the CpGs were clustered using hierarchical clustering |
correlation |
Character vector indicating the expected correlation between DNA methylation and gene expression. Can be either 'negative' or 'positive'. Default: 'negative'. |
a character vector of probe names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.