cut_seq.linear {bioseq.fasta} R Documentation

cut part of the sequence

Description

Usage

cut_seq.linear(seq, loci,
    nt.auto.reverse = FALSE);

Arguments

seq

-

loci

the location region data for make cut of the sequence site, data model could be: 1. for nucleotide sequence, NucleotideLocation should be used, 2. for general sequence data, Location should be used.

nt.auto.reverse

make auto reverse of the nucleotide sequence if the given location is on the Strands.Reverse direction. [as boolean]

env

[as Environment]

Details

Authors

seqtoolkit

Value

this function returns data object of type any kind.

clr value class

Examples


[Package bioseq.fasta version 1.0.0.0 Index]