Rdocumentation
powered by
Learn R Programming
easyRNASeq (version 2.8.2)
AnnotParam internal methods: Internal methods of AnnotParam objects
Description
These are
AnnotParam
{AnnotParam} class internal methods:
.validate validate the content of an AnnotParam object
Usage
.validate(obj, verbose = TRUE, lenient = FALSE)
Arguments
obj
An AnnotParam object
verbose
To print (or not) messages
lenient
Relax validation parameters for gtf files
...
additional arguments passed to the retrieval function. At the moment only forwarded to the
biomaRt
getBM
function.
Value
.validate
invisibly return a TRUE logical on success and stops on failure