get_tf_indices {RGBM} | R Documentation |
Get the indices of all the TFs from the data
Description
This function provides the indices of all the transcription factors which are present in the expression matrix. In case of DREAM Challenges it will return the indices as 1,...,p for all the p genes in the data as the transcription factors are not known beforehand.
Usage
get_tf_indices(E, tfs, Ntfs)
Arguments
E |
E is the expression matrix of size N x p where N is number of examples and p is the number of genes. Here the column names of expression matrix is the list of all the genes present in the E matrix. Colnames of E is the set of all genes. |
tfs |
List of names of transcription factors. |
Ntfs |
Total number of transcription factors used in the experiment. |
Value
Returns the indices of all the transcription factors present in E matrix.
Author(s)
Raghvendra Mall <rmall@hbku.edu.qa>
See Also
[Package RGBM version 1.0-11 Index]