getArch_labels {geneHummus}R Documentation

Get the description label for a protein architecture identifier

Description

Parses the architecture identifiers and extract their corresponding labels.

Usage

getArch_labels(arch_ids)

Arguments

arch_ids

A string with the architecture electronic identifiers.

Value

print out the description label for the candidate architectures that contain the proteins we are looking for.

Author(s)

Jose V. Die

See Also

filterArch_ids

Examples




filtered_archids <- c("12034188", "12034184")
getArch_labels(filtered_archids)


[Package geneHummus version 1.0.11 Index]