From 84813c3af670c32183c8932e7bf03bbf4a1d2321 Mon Sep 17 00:00:00 2001 From: Marouen Date: Fri, 10 Feb 2023 08:04:55 -0500 Subject: [PATCH] add note about the function (#279) * add note about the function * Update sourcePPI.R --- R/sourcePPI.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/sourcePPI.R b/R/sourcePPI.R index eb54d0c4..28c0a674 100644 --- a/R/sourcePPI.R +++ b/R/sourcePPI.R @@ -1,6 +1,7 @@ #' Source the Protein-Protein interaction in STRING database #' -#' This function is able to use a list of Transcription Factors(TF) of interest to source the Protein-Protein interactions (PPI)in STRING database +#' This function uses a list of Transcription Factors (TF) of interest to source the Protein-Protein interactions (PPI) from STRING database +#' Important: this function produces an unweighted network, and does not support weighted PPI edges for the moment #' #' @param TF a data frame with one column indicating the TF of interest #' @param STRING.version a numeric vector indicating the STRING version. Default valuve is 10