updated counts.py with wt seq counts

This commit is contained in:
Tanushree Tunstall 2021-03-03 11:54:48 +00:00
parent 88229860e2
commit 59430a49dd
2 changed files with 19 additions and 1 deletions

View file

@ -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"