Learn R Programming

BALCONY (version 0.2.10)

delete_isoforms: Delete protein isoforms from alignment object

Description

This function searches for isoforms in the alignment object (entries with "-digit|" in the name) and deletes them

Usage

delete_isoforms(alignment)

Arguments

alignment

An object (S3) class alignment read with read.alignment function

Value

Alignment without isoforms - an object (S3) class alignment

Details

The isoforms are detected as entries with "-digit|" in the sequence name. If no isoforms are detected this function prints a "No isiforms detected" notification instead

See Also

read.alignment

Examples

Run this code
# NOT RUN {
data("alignment")
delete_isoforms(alignment)
# }

Run the code above in your browser using DataLab