Add transmembrane domain details
add_tm_info.RdParse the Transmembrane column from the output of query_protein_tm_topology to add columns decscribing the transmembrane domains.
Examples
uniprotIDs <- c('O76024', 'Q03135', 'Q96T23')
query_result <- query_protein_tm_topology(uniprotIDs)
query_result_parsed <- add_tm_info(query_result)