Changes between Version 45 and Version 46 of SOP/scRNA-seq


Ignore:
Timestamp:
05/05/21 09:28:39 (4 years ago)
Author:
twhitfie
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOP/scRNA-seq

    v45 v46  
    224224# cluster/cell type from a single cell RNA-seq data-set.  The counts matrix
    225225# is the starting point.  From a Seurat object clusterCells, it can be extracted as follows:
    226 allgenesCT<-t(as.data.frame(clusterCells@assays$RNA@counts)) # Un-normalized
     226allgenesCT<-t(as.data.frame(clusterCells@assays$RNA@counts)) # Un-normalized counts.
    227227allgenesCT<-as.data.frame(allgenesCT)
    228228ngenes<-ncol(allgenesCT)