Learn R Programming

slanter (version 0.2-0)

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

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

data(meristems)

Arguments

Format

A simple square matrix.

Examples

Run this code
# NOT RUN {
data(meristems)
similarity <- meristems
similarity[similarity < 0] = 0
slanter::sheatmap(meristems, order_data=similarity, show_rownames=FALSE, show_colnames=FALSE)
# }

Run the code above in your browser using DataLab