Skip to contents

`read_signature()` reads in one or many signatures (JSON files) produced by the command line function sourmash sketch (previously sourmash compute).

Usage

read_signature(file, compliant = TRUE)

Arguments

file

Path to signature (json) file or files output by sourmash sketch (previously sourmash compute).

compliant

Boolean indicating whether signature columns should be compliant; the json fields changed across versions of sourmash. This may drop deprecated columns like 'type' but will allow you to bind many signatures into a single data frame even if they were sketched with different versions of sourmash.

Value

A tibble.

Examples

if (FALSE) {
read_signature()
}