Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions R/GatherPPIData.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,6 @@ StandardizeGeneSymbols <- function(genes,
MakeDBInput <- function(gene.cccn.nodes, file.path.name = "db_nodes.txt") {
utils::write.table(unique(c(gene.cccn.nodes[[1]], gene.cccn.nodes[[2]])), file = file.path.name, row.names = FALSE, col.names = FALSE, quote = FALSE)
}
# Pulls nodenames from the gene.cccn
#
# This helper function pulls the gene names from the gene.cccn into a list 'nodenames'
#
# @param gene.cccn A matrix showing strength of relationships between proteins using the common clusters between the three distance metrics (Euclidean, Spearman, and Combined (SED))
# @return data frame of the names of the genes


#' Get STRINGdb PPI data from full local or live source
Expand Down
Loading
Loading