Description Usage Format Details Value Fields Examples
The Linseed Object Class.
1 |
R6Class
object.
Provides an interface to perform collinear network construction, linear subspace identification, simplex corner identification and gene expression deconvolution
Object of R6Class
– an interface to work with gene expression data.
exp
List of two elements raw and normalized gene expression dataset
name
Character, optional, dataset name
cellTypeNumber
Identified cell type number, required for projection, corner detection and deconvolution
projection
Projection of genes into space lower-dimensionality (presumably simplex)
endpoints
Simplex corners (in normalized, non-reduced space)
endpointsProjection
Simplex corners (in reduced space)
distances
Stores distances for every gene to each corner in reduced space
markers
List that stores signatures genes for deconvolution, can be set manually or can be obtained by selectGenes(k)
signatures
Deconvolution signature matrix
proportions
Deconvolution proportion matrix
pairwise
Calculated pairwise collinearity measure
1 | LinseedObject$new("GSE19830", samples=10:42, topGenes=10000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.