From 33d8a39be52f42efe2005ef6c3eee40218137b24 Mon Sep 17 00:00:00 2001 From: Mike Love Date: Thu, 26 Oct 2017 14:26:38 -0400 Subject: [PATCH] Update convertIDs.R --- convertIDs.R | 3 --- 1 file changed, 3 deletions(-) diff --git a/convertIDs.R b/convertIDs.R index 289fa97..9c5d858 100644 --- a/convertIDs.R +++ b/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 )