are_tmhs | R Documentation |
Are the sequences transmembrance helices?
are_tmhs(protein_sequences, folder_name = get_default_pureseqtm_folder())
protein_sequences |
one ore more protein sequence,
each sequence with the amino acids as capitals, for
example |
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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.