lsBedCache {BED} | R Documentation |
List all the BED queries in cache and the total size of the cache
Description
List all the BED queries in cache and the total size of the cache
Usage
lsBedCache(verbose = TRUE)
Arguments
verbose |
if TRUE (default) prints a message displaying the total size of the cache |
Value
A data.frame giving for each query (row names) its size in Bytes (column "size") and in human readable format (column "hr"). The attribute "Total" corresponds to the sum of all the file size.
See Also
[Package BED version 1.5.2 Index]