checkType.Rd
Plot the boxplot from ten random columns of the input matrix. Useful to visualize whether the provided count matrix is is logged or if any normalization was done.
checkType(count_matrix, n = 10)
count_matrix | The matrix that we want to check |
---|---|
n | How many columns to check. Default to 10. |
the quantiles of the count matrix
#> 0% 25% 50% 75% 100% #> 0 0 1 2 7