calculateNormalisedIntersects | R Documentation |
this function determines whether a gene is expressed in test data by leveraging reference data
calculateNormalisedIntersects(
input.mat,
dynamic_ranges.char = available_ranges()
)
input.mat |
an n gene x m sample matrix of values. |
dynamic_ranges.char |
character reference to a stored set of ranges |
the set of prediction statuses computed from applying the expression quantiles from the reference data to each sample in the test data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.