assessMiRNASwappingMIMAT: Check if given miRNA names can be assigned to unique MIMAT accessions among
all versions
Description
This function checks if the names from a given set of mature miRNAs
have a unique MIMAT ID.Usage
assessMiRNASwappingMIMAT(this, miRNAs, verbose = FALSE)## S3 method for class 'MiRNANameConverter':
assessMiRNASwappingMIMAT(this, miRNAs,
verbose = FALSE)
Arguments
this
Object of class 'MiRNANameConverter'
miRNAs
A character vector of miRNA names
verbose
A boolean to either show more (TRUE) or less information
(FALSE)
Value
- A character vector containing miRNA names that do not have a unique
MIMAT ID
Methods (by class)
MiRNANameConverter
: Method for assessing miRNA names that
swapped MIMAT-accession
Details
Although the majority of miRNA names can be assigned to a unique MIMAT ID
(accession) some miRNAs changed MIMAT ID in different versions. This function
takes the input miRNA names and checks each one of them if they have a unique
MIMAT ID over all versions. If a miRNA changes MIMAT ID in a version it will
be comprised in the return vector.