-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a069b39
commit aab9499
Showing
14 changed files
with
251,431 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#' Output of netva function for all VIPs in the breast cancer PPIN from three nodes approach | ||
#' | ||
#' | ||
#' An dataframe with 251270 rows (protein triplets) and 14 columns (topological properties). | ||
#' | ||
#' | ||
#' @name netva_res_3n | ||
#' @docType data | ||
#' @title Output of netva function as dataframe for all VIPs in the breast cancer PPIN from three nodes approach. | ||
#' | ||
#' @keywords datasets | ||
#' @references netva_res_3n = netva(vl, bc.net, ncore = 30). | ||
|
||
#Making binary data available for the demonstration of NetVA | ||
netva_res_3n = read.table("data-raw/netva_result_3node_approach.txt", head = TRUE, row.names = 1, sep = "\t") | ||
usethis::use_data(netva_res_3n) | ||
|
Oops, something went wrong.