validateCountsCollection | R Documentation |
Function checks existing and structure of meta.txt
file in specified counts folder.Also it checks accessibility of specified datasets in corresponding .h5
files.
validateCountsCollection(collectionDir, verbose = FALSE)
collectionDir |
path to directory with collection |
verbose |
logical value which determines a content of the output. |
collectionDir
should contain a bunch of .h5
files
and a single meta.txt
. meta.txt
is .tsv
-like file where for each .h5
exists a row wit columns:
name of .h5
file in collectionDir
.
name of dataset in file_name
which contains sample IDs (sample_geo_accession for example).
which dimension of the expression matrix in file_name
corresponds to samples. Should be one of c("rows", "columns")
name of dataset in file_name
which contains ids for genes and the "meaning" for that ids( column name in result ES). For correct work this dataset should contain unique values. Example: ENSEMBLID:/meta/genes/ensembl_gene_id
Names of datasets and their meanings to extract gene-related metadata from file_name
. Can be empty or gene_id
-like values separated with semicolon(;).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.