-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.36 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: OmniCorr
Title: Calculate correlation between two data frame
Version: 0.1
Authors@R:
person("Shashank", "Gupta", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8839-7003"))
Description: This function takes in two data frames df1 and df2, and calculates the correlation matrix between the columns of both data frames. The user can specify the correlation method to be used by passing the method parameter. By default, the function uses Pearson correlation.
The function calculates the p-values for the correlation tests and adjusts them for multiple testing using the specified adjustment method (default method is False Discovery Rate adjustment). The function returns a list of the correlation results including the correlation matrix, the p-value matrix, the adjusted p-value matrix, and the significance matrix indicating the significance level of the correlations.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
VignetteBuilder: knitr
Imports:
cowplot,
dplyr,
ggplot2,
magrittr,
pheatmap,
RColorBrewer,
tibble,
WGCNA
Depends:
R (>= 3.6)
LazyData: true
Config/testthat/edition: 3
URL: https://github.com/shashank-KU/OmniCorr
BugReports: https://github.com/shashank-KU/OmniCorr/issues