Skip to content

Commit

Permalink
add note about the function (#279)
Browse files Browse the repository at this point in the history
* add note about the function

* Update sourcePPI.R
  • Loading branch information
marouenbg authored Feb 10, 2023
1 parent 2a50733 commit 84813c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/sourcePPI.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 84813c3

Please sign in to comment.