Skip to content

Commit

Permalink
Merge pull request YuLab-SMU#56 from huerqiang/updateData
Browse files Browse the repository at this point in the history
Update data
  • Loading branch information
GuangchuangYu authored Nov 17, 2021
2 parents cf47559 + 378be0e commit bfcd25b
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: DOSE
Type: Package
Title: Disease Ontology Semantic and Enrichment analysis
Version: 3.21.0
Version: 3.21.0.991
Authors@R: c( person(given = "Guangchuang", family = "Yu", email = "[email protected]", role = c("aut", "cre")),
person(given = "Li-Gen", family = "Wang", email = "[email protected]", role = "ctb"),
person(given = "Vladislav", family = "Petyuk", email = "[email protected]", role = "ctb"),
Expand Down Expand Up @@ -45,4 +45,4 @@ BugReports: https://github.com/GuangchuangYu/DOSE/issues
Packaged: 2011-12-28 08:16:14 UTC; root
biocViews: Annotation, Visualization, MultipleComparison, GeneSetEnrichment,
Pathways, Software
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# DOSE 3.21.0.991
+ upate DisGeNET and NCG data (2021-11-14, Sun)

# DOSE 3.19.4

+ update `clusterProfiler` citation (2021-09-30, Thu)
Expand Down
Binary file modified data/DGN_EXTID2PATHID.rda
Binary file not shown.
Binary file modified data/DGN_PATHID2EXTID.rda
Binary file not shown.
Binary file modified data/DGN_PATHID2NAME.rda
Binary file not shown.
Binary file modified data/DOIC.rda
Binary file not shown.
Binary file modified data/NCG_EXTID2PATHID.rda
Binary file not shown.
Binary file modified data/NCG_PATHID2EXTID.rda
Binary file not shown.
Binary file modified data/NCG_PATHID2NAME.rda
Binary file not shown.
Binary file modified data/VDGN_EXTID2PATHID.rda
Binary file not shown.
Binary file modified data/VDGN_PATHID2EXTID.rda
Binary file not shown.
Binary file modified data/VDGN_PATHID2NAME.rda
Binary file not shown.
9 changes: 9 additions & 0 deletions inst/extdata/buildAnnoData.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## do_rif.human.txt was downloaded from
## http://projects.bioinformatics.northwestern.edu/do_rif/
##
do.rif <- read.delim2(gzfile("do_rif.human.txt.gz"), sep="\t",
stringsAsFactors=F, header=F)
eg.do1 <- do.rif[,c(1,5)]
colnames(eg.do1) <- c("eg", "doid")

## IDMappings.txt from
## http://doa.nubic.northwestern.edu/pages/download.php
domapping <- read.delim(gzfile("IDMappings.txt.gz"), stringsAsFactors=F)
eg.do2 <- domapping[,c(2,1)]
colnames(eg.do2) <- c("eg", "doid")
Expand All @@ -13,3 +18,7 @@ eg.do <- unique(eg.do)


DOSE:::rebuildAnnoData.internal(eg.do)

# DOIC.rda
# for new slot `geneAnno` of object `GOSemSimDATA`
DOSE:::build_dodata()
3 changes: 2 additions & 1 deletion inst/extdata/build_NCG_Anno.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# download from http://ncg.kcl.ac.uk/download.php
# All cancer genes -> •List of 2372 cancer genes and supporting literature
# NCG 6.0: All cancer genes -> •List of 2372 cancer genes and supporting literature
# NCG 7.0: List of all 3347 cancer drivers and their annotation and supporting evidence
#x=read.delim("NCG6_cancergenes.tsv", stringsAsFactor=F)
x=read.delim("NCG6_cancergenes.tsv", stringsAsFactor=F, encoding = "latin1")
path2gene <- x[, c("cancer_type", "entrez")]
Expand Down
4 changes: 2 additions & 2 deletions man/show-methods.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfcd25b

Please sign in to comment.