seq_sgt {bioseq.fasta} R Documentation

Create algorithm for make sequence embedding

Description

Usage

seq_sgt(
    moltype = Protein,
    kappa = 1,
    lengthsensitive = FALSE);

Arguments

moltype

[as SeqTypes]

kappa

[as double]

lengthsensitive

[as boolean]

Details

Authors

seqtoolkit

Value

a CreateMatrix algorithm object for embedding the given sequence data as a numeric vector, which can be applied on a collection of the sequence data via the seq_vector api.

clr value class

Examples


[Package bioseq.fasta version 1.0.0.0 Index]