DisorderC: disorder Content (DisorderC)

Description Usage Arguments Value Examples

View source: R/DisorderC.R

Description

This function extracts ordered and disordered amino acids in protein or peptide sequences. The input to the function is provided by VSL2 software. Also, the function returns number of order and disorder amino acids in the sequence.

Usage

1
DisorderC(dirPath)

Arguments

dirPath

Path of the directory which contains all output files of VSL2. Each file belongs to a sequence.

Value

The output is a feature matrix with 2 columns. The number of rows is equal to the number of sequences.

Examples

1
2
3
4
5
dir = tempdir()
PredDisdir<-system.file("testForder",package="ftrCOOL")
PredDisdir<-paste0(PredDisdir,"/Disdir/")

mat<-DisorderC(PredDisdir)

ftrCOOL documentation built on Nov. 30, 2021, 1:07 a.m.

Related to DisorderC in ftrCOOL...