meristems: Sample RNA data of similarity between batches of 1000 cells...

Description Usage Format Examples

Description

This is a simple matrix where each entry is the similarity (correlation) between a pair of batches. Negative correlations were changed to zero to simplify the analysis.

Usage

1

Format

A simple square matrix.

Examples

1
2
3
4
data(meristems)
similarity <- meristems
similarity[similarity < 0] = 0
slanter::sheatmap(meristems, order_data=similarity, show_rownames=FALSE, show_colnames=FALSE)

tanaylab/slanter documentation built on May 12, 2021, 11:21 a.m.