AnnotParam internal methods {easyRNASeq} | R Documentation |
These are AnnotParam
AnnotParam class internal methods:
.validate validate the content of an AnnotParam object
.validate(obj, verbose = TRUE, lenient = FALSE)
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 |
.validate |
invisibly return a TRUE logical on success and stops on failure |
Nicolas Delhomme