Skip to content

BTIP2024/pca-seurat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pca-seurat

This package performs principal component analysis (PCA) on the scaled Seurat object.

Installation

The package can be installed using

devtools::install_github("BTIP/pca-seurat")

Example

The output of this function would be 2D and 3D plots.

pca_seurat("after_scaling.rds")

scRNAseq processing workflow

The standard scRNAseq processing workflow with the R package Seurat consists of seven (7) steps. This package is the sixth (6th) step of the workflow.

The following are the repositories of the packages for every step of the pipeline:

  1. QC and filtering: qualitycontrolseurat package
  2. Normalization: qualitycontrolseurat package
  3. Identification of highly variable features: selectionscalingseurat package
  4. Scaling: selectionscalingseurat package
  5. Linear Dimensionality Reduction (PCA): pcaseurat package
  6. Clustering: nonlinearreduction package
  7. Non-linear dimensionality reduction (t-SNE and UMAP): nonlinearreduction package

An overview of the pipeline and its outputs can be observed below:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages