Learn R Programming

gclink (version 1.1)

blastp_df: BLASTP Results for test Proteins

Description

A dataset containing BLASTP alignment results for proteins from test genomes of bacteria, including alignment metrics.

Usage

blastp_df

Arguments

Format

A data frame with multiple rows and 12 variables:

qaccver

Character. Protein query identifier.

saccver

Character. Subject protein identifier from reference databases.

pident

Numeric. Percentage identity between query and subject sequences.

length

Numeric. Length of the aligned sequence region.

mismatch

Numeric. Number of mismatches in the alignment.

gapopen

Numeric. Number of gap openings in the alignment.

qstart

Numeric. Start position in query sequence.

qend

Numeric. End position in query sequence.

sstart

Numeric. Start position in subject sequence.

send

Numeric. End position in subject sequence.

evalue

Numeric. Expect value for the alignment.

bitscore

Numeric. Bit score for the alignment.