Description Usage Arguments Value Examples
View source: R/Hydrophobicity_predictor.R
Predict hydrophobic region of a protein by selecting a protein sequence file from the prompt
1 |
length |
is the desired size of the rolling average |
A list of several elements including the hydrophobicity plot, the hydrophobicity dataframe, the input sequence and a secondary dataframe used in downstream analysis
1 2 3 4 | Protein_name_hydrophobicity_output <- Hydrophobicity_predictor(20)
Protein_name_hydrophobicity_plot <- Hydrophobicity_predictor(20)[[1]];
Protein_name_hydrophobicity_df <- Hydrophobicity_predictor(20)[[2]];
Protein_name_input_sequence <- Hydrophobicity_predictor(20)[[3]];
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.