View source: R/create_consensus_topology_conservation.R
create_consensus_topology_conservation | R Documentation |
Create a consensus-topology-conservation table
create_consensus_topology_conservation(
protein_sequences,
topology_prediction_tool,
msa_method,
msa_subst_matrix,
msa_filename = NULL
)
protein_sequences |
one or more protein sequences |
topology_prediction_tool |
tool to predict the topology
of a membrane protein. Possible values are:
|
msa_method |
the |
msa_subst_matrix |
multiple sequence alignment substitution matrix,
the |
msa_filename |
filename to save the multiple sequence alignment to. Use NULL if there is no desire to store it |
a tibble with columns:
aa the amino acid at that position in consensus sequence
score the conservation score
is_tmh if that amino acid at that location is part of a transmembrane helix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.