guessVersion: Guess mirbase version.

Description Usage Arguments Value Author(s) See Also Examples

Description

Function to guess the version of miRBase used in a vector of miRNA IDs.

Usage

1
  guessVersion(x, idmat = mirIDmat, justVersion = FALSE)

Arguments

x

a character vector of miRNA IDs.

idmat

the matrix mirIDmat.

justVersion

if TRUE just the version name is returned instead of the counts and proportion matrix.

Value

A data frame with the counts and proportions of the identifiers in each version of miRBase.

Author(s)

David Montaner dmontaner@cipf.es

See Also

mirIDmat

Examples

1
2
ids <- c("hsa-let-7a", "hsa-let-7b", "hsa-let-7c", "hsa-let-7d", "hsa-let-7e","cel-miR-44-3p")
guessVersion (ids)

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