is a FASTA file containing nucleotide sequences. The sequences start
with '>'. Also, seqs could be a string vector. Each element of the vector is a nucleotide sequence.
selectedNucIdx
TriNucIndex function works based on physicochemical properties. Users, select the properties by their ids
or indexes in TRI_DNA index file.
The default values of the vector are the ids in "Dnase I", "Bendability (DNAse)".
threshold
is a number between 0 to 1. In selectedNucIdx, indices with a correlation
higher than the threshold will be deleted. The default value is 1.
label
is an optional parameter. It is a vector whose length is equivalent to the number of sequences. It shows the class of
each entry (i.e., sequence).
outFormat
(output format) can take two values: 'mat'(matrix) and 'txt'. The default value is 'mat'.
outputFileDist
shows the path and name of the 'txt' output file.
Value
The output depends on the outFormat parameter which can be either 'mat' or 'txt'. If outFormat is 'mat', the function returns a feature
matrix for sequences with the same length such that the number of columns is (sequence length-2)*(number of selected trinucleotide properties)
and the number of rows is equal to the number of sequences.
If the outFormat is 'txt', the output is written to a tab-delimited file.
Details
There are 12 physicochemical indexes in the trinucleotide database.