SingCellaR | R Documentation |
The SingCellaR Class The SingCellaR object stores all of information required for the analyses. The followings are the description of slots.
dir_path_10x_matrix
is the path to the directory that contains 'barcodes.tsv','genes.tsv', and 'matrix.mtx' matrices generated by the 10x Genomics Cell Ranger software.
sample_uniq_id
is the unique name of the sample.
genes.info
contains the dataframe of gene information.
meta.data
contains the dataframe of cells information.
regressout_matrix
contain the normalised expression matrix (in log1p scale) that was regressed out the confounders.
pca.result
contains the PCA analysis result from the IRLBA package
nnmf.result
contains the NNMF analysis result.
tsne.result
contains the TSNE analysis result.
diffusionmap.result
contains the diffusionmap analysis result.
umap.result
contains the UMAP analysis result.
lsi.result
contans the LSI analysis result.
knn_graph.graph
contains the igraph object.
knn_graph.layout
contains the graph layout.
knn_graph.kmeans.cluster
contains the k-means clustering results derived from the 3D KNN graph layout.
igraph.graph
contains the igraph object.
fa2_graph.layout
contains the graph layout generated by the ForceAtlas2 software.
sc.clusters
contains the cluster information.
marker.genes
contains the list of identified marker genes per each cluster.
GenesExpressionMatrixFile
contains the file name of gene expression
CellsMetaDataFile
contains the dataframe of TARGET-seq cell information.
dir_path_SingCellR_object_files
contains the directory name that contains SingCellaR objects from multiple individual sample.
SingCellR_object_files
contains the vector of individual object names.
Variable.genes
contains the list of identified variable genes.
SingCellaR.individual.clusters
contains the list of identified clusters information per individual sample.
GSEA.aligned.clusters
contains the list of GSEA results per indentified clusters in individual sample.
Scanorama.integrative.matrix
contains Scannorama integrative matrix.
Harmony.embeddings
contains Harmony integrative embeddings.
SupervisedHarmony.embeddings
contains SupervisedHarmony integrative embeddings.
Liger.embeddings
contains Liger integrative embeddings.
Seurat.embeddings
contains Seurat integrative embeddings.
Combat.embeddings
contains Combat integrative embeddings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.