updated counts.py with wt seq counts
This commit is contained in:
parent
c59e3f178d
commit
8009c3fe3d
2 changed files with 19 additions and 1 deletions
|
@ -221,7 +221,8 @@ head(my_ggcorr_ps)
|
|||
corr1 <- round(cor(my_ggcorr_ps, method = "spearman", use = "pairwise.complete.obs"), 1)
|
||||
|
||||
# p-value matrix
|
||||
pmat1 <- cor_pmat(my_ggcorr_ps, method = "spearman", use = "pairwise.complete.obs")
|
||||
pmat1 <- cor_pmat(my_ggcorr_ps, method = "spearman", use = "pairwise.complete.obs"
|
||||
, conf.level = 0.99)
|
||||
|
||||
corr2 = psych::corr.test(my_ggcorr_ps
|
||||
, method = "spearman"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue