are_tmhs {pureseqtmr} | R Documentation |
Are the sequences transmembrance helices?
are_tmhs(protein_sequences, folder_name = get_default_pureseqtm_folder())
protein_sequences |
one or more protein sequences |
folder_name |
superfolder of PureseqTM.
The superfolder's name is |
a vector of booleans of the same length as the number of sequences. The ith element is TRUE if the ith protein sequence is a transmembrane helix
Richèl J.C. Bilderbeek
if (is_pureseqtm_installed()) {
sequences <- c(
"QEKNWSALLTAVVIILTIAGNILVIMAVSLEKKLQNATNYFLM",
"VVIILTIRGNILVIMAVSLE"
)
are_tmhs(sequences)
}