RGBM (version 1.0-7)

get_tf_indices: 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.

See Also

get_colids