DisorderC {ftrCOOL} | R Documentation |
disorder Content (DisorderC)
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
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
dir = tempdir()
PredDisdir<-system.file("testForder",package="ftrCOOL")
PredDisdir<-paste0(PredDisdir,"/Disdir/")
mat<-DisorderC(PredDisdir)
[Package ftrCOOL version 2.0.0 Index]