Description Usage Arguments Value Examples
Summarise the results of diffSCEs
. Calculates the Median
Absolute Deviation (MAD), Mean Absolute Error (MAE), Root Mean Squared
Error (RMSE) and Kolmogorov-Smirnov (KS) statistics for the various
properties and ranks them.
1 |
diff |
Output from |
data.frame with MADs, MAEs, RMSEs, scaled statistics and ranks
1 2 3 4 5 | sim1 <- splatSimulate(nGenes = 1000, batchCells = 20)
sim2 <- simpleSimulate(nGenes = 1000, nCells = 20)
difference <- diffSCEs(list(Splat = sim1, Simple = sim2), ref = "Simple")
summary <- summariseDiff(difference)
head(summary)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.