dviraran / SingleR

SingleR: Single-cell RNA-seq cell types Recognition (legacy version)
GNU General Public License v3.0
263 stars 98 forks source link

cluster in SingleR.DrawHeatmap can go with mutliple classification #90

Open huwenhuo opened 5 years ago

huwenhuo commented 5 years ago

I want to plot different classification on the head. This is not necessary:

  if (!is.null(clusters)) {
    clusters = as.data.frame(clusters)
    colnames(clusters) = 'Clusters'
    rownames(clusters) = colnames(data)
  }