Hydrophobicity_predictor: Hydrophobic region predictor

Description Usage Arguments Value Examples

View source: R/Hydrophobicity_predictor.R

Description

Predict hydrophobic region of a protein by selecting a protein sequence file from the prompt

Usage

1

Arguments

length

is the desired size of the rolling average

Value

A list of several elements including the hydrophobicity plot, the hydrophobicity dataframe, the input sequence and a secondary dataframe used in downstream analysis

Examples

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]];

ulrikhorn/EpitopeFinder_package documentation built on Dec. 23, 2021, 1:59 p.m.