calculateF {HPiP}R Documentation

Calculate F1 or F2 Descriptors

Description

This function calculates F1 or F2 descriptors:

Usage

calculateF(x, type = c("F1", "F2"))

Arguments

x

A data.frame containing gene/protein names and their fasta sequences.

type

The descriptor type: F1 or F2.

Details

calculateF

Value

A length 20 named vector for the data input.

Author(s)

Matineh Rahmatbakhsh, matinerb.94@gmail.com

References

Alguwaizani, S., Park, B., Zhou, X., Huang, D.-S., and Han, K. (2018). Predicting interactions between virus and host proteins using repeat patterns and composition of amino acids. J. Healthc. Eng. 2018.

Examples

data(UP000464024_df)
x_df <- calculateF(UP000464024_df, type = "F1")
head(x_df, n = 2L)

[Package HPiP version 0.99.18 Index]