Correlates a target gene against a vector of candidate genes and returns a summary data frame sorted by absolute correlation.
Usage
correlate_genes_batch(
expr_matrix,
target_gene,
candidate_genes,
method = c("pearson", "spearman")
)See also
Other gene-correlation:
correlate_genes(),
plot_gene_correlation()