Skip to content

Commit

Permalink
Remove old line
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/git/bioc-data.hedgehog.fhcrc.org/trunk/experiment/pkgs/geneLenDataBase@3914 db2202da-8704-0410-b924-b125b3cd84ef
  • Loading branch information
Anthony Hawkins committed Sep 29, 2016
1 parent c19387f commit 2402f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ LazyLoad: yes
Description: Length of mRNA transcripts for a number of genomes and gene ID formats, largely based on UCSC table browser
biocViews: ExperimentData, Genome
License: LGPL (>= 2)
NeedsCompilation: no
Packaged: 2016-09-29 02:18:00 UTC; anthonyh
1 change: 0 additions & 1 deletion R/supportedGeneIDs.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ supportedGeneIDs=function(){

#NEW Ant 28/09/16
tmp=unlist(lapply(txname2gene_mapinfo[base$tablename],function(u){u[[2]]}))
base$GeneID = sapply(base$tablename,function(u){ifelse(u %in% names(tmp),tmp[u],"")})
base$GeneID[match(names(tmp),base$tablename)]=as.character(tmp)

#Add in gene symbol
Expand Down

0 comments on commit 2402f90

Please sign in to comment.