readDisDir {ftrCOOL} | R Documentation |
Read disorder predicted Directory (readDisDir)
Description
This function reads a directory that contains the output VSL2 files. It gets the directory path as the input and returns a list of vectors. Each vector includes the disorder/order type for the amino acids of the sequence.
Usage
readDisDir(dirPath)
Arguments
dirPath |
the path of a directory which contains all the VSL2 output files. |
Value
a list of vectors with all the predicted disorder/order type for each amino acid. The length of the list is equal to the number of files(sequences) and the length of each vector is the length of the sequence(i).
Examples
PredDisdir<-system.file("testForder",package="ftrCOOL")
PredDisdir<-paste0(PredDisdir,"/Disdir/")
listPredVect<-readDisDir(PredDisdir)
[Package ftrCOOL version 2.0.0 Index]