readDisDir: Read disorder predicted Directory (readDisDir)

Description Usage Arguments Value Examples

View source: R/readDisDir.R

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

1
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

1
2
3
PredDisdir<-system.file("testForder",package="ftrCOOL")
PredDisdir<-paste0(PredDisdir,"/Disdir/")
listPredVect<-readDisDir(PredDisdir)

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

Related to readDisDir in ftrCOOL...