updateCountsMeta | R Documentation |
Creates meta.rda
file which contain information about all samples in all collections.
Also function checks priority.txt
file. This file is used to manage collections with the same samples.
updateCountsMeta(
counts_dir = getPhantasusConf("cache_folders")$rnaseq_counts,
force = FALSE,
verbose = FALSE
)
counts_dir |
path to counts cache directory |
force |
logical value wich lets function replace existing |
verbose |
logical value which determines a content of the output. |
First of all function checks validity of priority.txt
file. Every Collection should have unique priority.
If priority.txt
is not valid function creates new one, setting priorities for each subdirectory(=collection) equal to order in list.dir
output.
Function updates meta.rda
if this file is older than at least one .h5
file in counts files.
meta.rda
is data.table
which is a result of union data.table
s produced by getCountsMetaPart
for each collection
validateCountsCollection
,updateCountsMeta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.