From 042a00145b962389bac2dad3ffe6cc51d0265184 Mon Sep 17 00:00:00 2001 From: sbwilson91 Date: Sun, 19 Sep 2021 00:06:06 +1000 Subject: [PATCH] Update data2ConnectProfile.R fixed a typo --- R/data2ConnectProfile.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/data2ConnectProfile.R b/R/data2ConnectProfile.R index 977387e..3a9782d 100644 --- a/R/data2ConnectProfile.R +++ b/R/data2ConnectProfile.R @@ -135,7 +135,7 @@ ConnectProfile <- function(object, pValueCor=0.05, CorValue=0.1, topTargetCor=1, fc.list <- mylog2foldChange.diy(inData = expr.fc, cell.type = cell_type, method="mean", probs = probs) } - print("step2: filrter tf-gene with correlation, then score regulons") + print("step2: filter tf-gene with correlation, then score regulons") tfs_set <- unique(triple_relation$TF_Symbol) regulons_matrix <- matrix(data = 0, nrow = length(tfs_set), ncol = length(cell_type))