Skip to contents

Parse the Transmembrane column from the output of query_protein_tm_topology to add columns decscribing the transmembrane domains.

Usage

add_tm_info(query_result)

Arguments

query_resul

data.frame output of query_protein_tm_topology

Value

data.frame object.

Examples

uniprotIDs <- c('O76024', 'Q03135', 'Q96T23')
query_result <- query_protein_tm_topology(uniprotIDs)
query_result_parsed <- add_tm_info(query_result)