| countland-class | R Documentation | 
An S4 class to represent a countland object
countsA dgCMatrix with rows as cells, columns as genes.
names_genesA character vector of column names.
names_cellsA character vector of row names.
raw_countsThe count dgCMatrix as originally loaded.
raw_names_genesThe gene name character vector as originally loaded.
raw_names_cellsThe cell name character vector as originally loaded.
subsampleA dgCMatrix with row sums equal.
cell_scoresA data.frame of cell count measures.
gene_scoresA data.frame of gene expression measures.
dotsA similarity dgCMatrix of dot products.
eigenvalsAn vector of eigenvalues from spectral embedding
embeddingAn array of two columns (spectral embeddings).
cluster_labelsA numeric vector of cluster assignments of length n cells.
marker_fullA list of data.frames with genes ranked for each cluster.
marker_genesA data.frame of top ten marker genes per cluster.
matrixUA dgCMatrix of dimensions cells x features.
matrixVA dgCMatrix of dimensions genes x features.
matrixLambdaA diagonal dgCMatrix of scaling factors.
sharedcountsA similarity dgCMatrix of shared counts between genes.
sum_sharedcountsA dgCMatrix with counts summed within gene clusters.
sum_sharedcounts_allA dgCMatrix with counts summed and including all genes not present in any cluster.
norm_factorA numeric vector of cell normalization factors.
norm_countsA dgCMatrix of normalized counts.
log_countsA dgCMatrix of log transformed counts.
scaled_countsA dgCMatrix of counts scaled by gene unit variance.
centered_countsA dgCMatrix of counts centered at zero.
verboseA T/F object for suppressing messages
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.