Skip to content

Commit

Permalink
Update convertIDs.R
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Oct 26, 2017
1 parent 2ed5eb7 commit 33d8a39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions convertIDs.R
@@ -1,8 +1,5 @@
# note that this functionality can now be achieved with multiple calls (one for each column)
# to the mapIds() function in AnnotationDbi >= 1.30
#
# Simon Anders' useful function
# also lives in http://bioconductor.org/help/workflows/rnaseqGene/
convertIDs <- function( ids, from, to, db, ifMultiple=c("putNA", "useFirst")) {
stopifnot( inherits( db, "AnnotationDb" ) )
ifMultiple <- match.arg( ifMultiple )
Expand Down

0 comments on commit 33d8a39

Please sign in to comment.