idConvert: miRBase id conversion to the chosen version.

Description Usage Arguments Value Author(s) See Also Examples

Description

A function to convert a vector of miRBase IDs to any other version between 10 and 19. Default version to convert to is 19.

Usage

1
2
  idConvert(x, mirversion = 19, includenames = TRUE,
    verbose = TRUE)

Arguments

x

character vector of IDs to be converted.

mirversion

miRBase version to convert the IDs to.

includenames

should input ids be used as the names in the output vector.

verbose

mode

Value

A character vector of converted ids

Author(s)

David Montaner <dmontaner@cipf.es>

See Also

id2mir19 id2mirLast

Examples

1
2
3
4
conv <- c("cel-lin-4", "cel-miR-1", "mas", NA, "cel-lin-4")
idConvert (conv)
idConvert (conv, verbose = FALSE, includenames = FALSE)
idConvert (conv, mirversion = 18)

dmontaner/mirbaseID documentation built on May 15, 2019, 9:36 a.m.