Learn R Programming

geneHummus (version 1.0.11)

filterArch_ids: Filter the protein architectures based on conserved domains

Description

Parse the architecture identifiers and extract those that contain, at least, those selected in the filter.

Usage

filterArch_ids(archs_ids, filter)

Arguments

archs_ids

A string with the architecture identifiers that contain, at least, one of the conserved domains defining the gene family.

filter

A string with the domains (and order) that are required (at least) for the proteins to have.

Value

the architecture identifiers from all the potential protein architectures defined by getArch_ids that contain, at least, the conserved domains explicitily show by the filter.

See Also

getArch_ids

Examples

Run this code
# NOT RUN {
archs_ids <- getArch_ids("pfam02362")
my_filter <- c("B3_DNA", "Auxin_resp")

filterArch_ids(archs_ids, my_filter) 
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab