Given one or multiple tags, prints the associated description and functions where the tag is explicitly used.
See also
Other dynamic vars:
mandatory_IS_vars()
,
pcr_id_column()
,
reset_mandatory_IS_vars()
,
set_mandatory_IS_vars()
,
set_matrix_file_suffixes()
Examples
inspect_tags(c("chromosome", "project_id", "x"))
#> * TAG: chromosome
#> ℹ Description: Number of the chromosome
#> ℹ Functions that use it: top_targeted_genes, CIS_grubbs, compute_near_integrations
#> * TAG: project_id
#> ℹ Description: Unique identifier of a project
#> ℹ Functions that use it: generate_default_folder_structure, import_Vispa2_stats, remove_collisions, generate_Vispa2_launch_AF, import_association_file, import_parallel_Vispa2Matrices
#> * TAG: x
#> ✖ Tag not found in available tags