json_annotation_reversal: annotation reversal

View source: R/managing_annotations.R

json_annotation_reversalR Documentation

annotation reversal

Description

Given a JSON file of features to annotations, reverse to turn it into annotations to features, and optionally add some meta-information about them.

Usage

json_annotation_reversal(
  json_file,
  out_file = "annotations.json",
  feature_type = NULL,
  annotation_type = NULL
)

Arguments

json_file

the json file to use

out_file

the json file to write out to

feature_type

the type of features

annotation_type

the type of annotations

Value

the json object, invisibly


MoseleyBioinformaticsLab/categoryCompare2 documentation built on April 30, 2024, 9:09 p.m.