Description Usage Arguments Value
View source: R/QMI_of_all_images.R
Compute different mutual information (MI) theoretic measures such as EQMI*, EQMI and CSQMI for every image (subject) in a multiplex imaging dataset
1 |
data |
is the data.frame of marker intensity observed in different cells of different subjects. The first column is "ID" which corresponds to the subject ID i.e., the subject to which the row (cell) belongs to. The rest of the p columns correspond to p available markers. |
bandwidth |
is the bandwidth selection procedure user wants to use. The default option "HPI" corresponds to multivariate plug-in bandwidth estimates. For faster computation, use "Ind" which would independently select bandwidth for every r.v. by using Silverman's rule. |
measure |
corresponds to the MI measure one wants to compute. For example, measure = |
progress_bar |
if |
It returns a data.frame whose first column is the vector of subject ID's. The other (p-1) columns respectively correspond to estimated MI between the sets of markers, (1, 2), (1, 2, 3), (1, 2, 3, 4), ..., and (1, 2, ..., p).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.