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().
1 |
1 2 3 4 | library(MTseekerData)
data(RONKSvariants)
obj <- "RONKSvariants"
if (validMetadata(get(obj))) message(obj, " has valid metadata.")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.