autoresolve_sequence_type {rPDBapi}R Documentation

Automatically Determine the Sequence Type

Description

This function determines the type of a given sequence (DNA, RNA, or PROTEIN) based on its characters.

Usage

autoresolve_sequence_type(sequence)

Arguments

sequence

A string representing the sequence to be analyzed.

Value

A string indicating the resolved sequence type.


[Package rPDBapi version 1.2 Index]