Skip to content

Commit

Permalink
fixed spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBackman committed Dec 21, 2016
1 parent d92f7a8 commit dd2b90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/getDomainSubset.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

library(igraph)

# read in domain co-occurance table
# read in domain co-occurrence table
ds_domainTable <- read.table("working/domainComposition.tab", header=TRUE, stringsAsFactors=FALSE)
ds_domainTable <- ds_domainTable[! duplicated(ds_domainTable[,1]),c(1,3)]

Expand Down Expand Up @@ -57,4 +57,4 @@ getUniqueDomainSet <- function(queryDomainSet){

domainsNotInGraph <- queryDomainSet[! queryDomainSet %in% unlist(myComponents)]
return(c(domainsNotInGraph, largestDomains))
}
}

0 comments on commit dd2b90b

Please sign in to comment.