Skip to content
Snippets Groups Projects
Commit df7bd475 authored by Aurelien Brionne's avatar Aurelien Brionne
Browse files

orthologs

parent 94d4d860
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ URL: https://www.bioconductor.org/packages/release/bioc/html/ViSEAGO.html, ...@@ -51,7 +51,7 @@ URL: https://www.bioconductor.org/packages/release/bioc/html/ViSEAGO.html,
https://forgemia.inra.fr/UMR-BOA/ViSEAGO https://forgemia.inra.fr/UMR-BOA/ViSEAGO
BugReports: https://forgemia.inra.fr/UMR-BOA/ViSEAGO/issues BugReports: https://forgemia.inra.fr/UMR-BOA/ViSEAGO/issues
biocViews: Software, Annotation, GO, GeneSetEnrichment, MultipleComparison, Clustering, Visualization biocViews: Software, Annotation, GO, GeneSetEnrichment, MultipleComparison, Clustering, Visualization
RoxygenNote: 7.1.1 RoxygenNote: 7.2.1
Collate: Collate:
'genomic_ressource.R' 'genomic_ressource.R'
'Bioconductor2GO.R' 'Bioconductor2GO.R'
......
...@@ -28,12 +28,9 @@ EntrezGene_orthologs=function(){ ...@@ -28,12 +28,9 @@ EntrezGene_orthologs=function(){
destfile =temp destfile =temp
) )
# uncompress
gunzip(temp)
# read the file # read the file
gene_orthologs=fread( gene_orthologs=fread(
sub("\\.gz","",temp), temp,
verbose=FALSE, verbose=FALSE,
showProgress=FALSE showProgress=FALSE
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment