Skip to contents

Given one or multiple tags, prints the associated description and functions where the tag is explicitly used.

Usage

inspect_tags(tags)

Arguments

tags

A character vector of tag names

Value

NULL

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