Learn R Programming

geneHummus (version 1.0.11)

getArch_labels: 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.

See Also

filterArch_ids

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
filtered_archids <- c("12034188", "12034184")
getArch_labels(filtered_archids)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab