View source: R/hydrophobicity-distribution.R
hydrophobicity_distribution | R Documentation |
Inputs: * proteome_as_data_filename * tmh_9mers_as_data_filename * kyte_doolittle_scale_as_data_filename
hydrophobicity_distribution(
proteome_as_data_filename,
tmh_9mers_as_data_filename,
kyte_doolittle_scale_as_data_filename,
proteome_9mer_hydrophobicity_as_data_filename
)
proteome_as_data_filename |
filename to store the proteome in R data format, for example 'work/proteome.Rdata' |
tmh_9mers_as_data_filename |
filename to store per TMH protein, the indices at which it is TMH, in R data format. for example 'work/tmh.9mers.Rdata' |
kyte_doolittle_scale_as_data_filename |
filename that stores the Kyte-Doolittle scale of hydrophobicity, for example 'data/kyte.doolittle.scale.Rdata' |
proteome_9mer_hydrophobicity_as_data_filename |
filename to store the proteome 9-mer hydrophobicities in R data format, for example 'work/proteome.9mer.hydrophobicity.Rdata' |
Output: * proteome_9mer_hydrophobicity_as_data_filename
Richèl J.C. Bilderbeek, adapted from Johannes Textor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.