Description Usage Arguments Details Value Examples
View source: R/validMetadata.R
In order to avoid a lot of lengthy calculations, both MAlignmentsList and MVRangesList objects keep a cache of some relevant statistics and filenames in their metadata slot. If these caches get stale, it can cause problems.
1 |
x |
an MAlignmentsList or an MVRangesList |
This function performs some sanity checks on the caches so that the above problems are unlikely to occur, provided that checkMetadataCache() is called at sensible times. This function is NOT a replacement for validObject().
TRUE or FALSE (if FALSE, attr(res)$mismatches shows why)
1 2 3 | library(MTseekerData)
data(RONKSreads)
if(validMetadata(RONKSreads)) message("RONKSreads has valid metadata")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.