Description Usage Arguments Value
Please make sure the sequence type of your data. The default file is 6 features of double-strand B-DNA
1 2 | getT2PseKNC(object, phychem_file = NULL, normalization = T,
lambda = 4)
|
object |
A Benneat object |
phychem_file |
A matrix;whose rownames are features and colnames are 2-mer |
normalization |
Bool, if TRUE, the function will perform normalization. default:T |
lambda |
numeric. The max number of sequence tiers. default:4 |
A matrix contains ALL sequences' moditified T2PseKNC features,each row denotes a sequence. The Sequence is sorted by its order in Benneat object. The return value only contains the long-range part of T2PSeKNC. The detailed explanation can be find in Hao Lin Groups' paper iTerm-PseKNC. This function only implement the 2-mer situations. The ncol of result will be as lambda*(phechem_file feature nums)-length
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.