Difference between revisions of "CellRanger"

From UFRC
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Biology]][[Category:Bioinformatics]][[Category:NGS]][[Category:RNA-Seq]]
+
[[Category:Software]][[Category:Biology]][[Category:NGS]][[Category:RNA-Seq]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|cellranger}}
 
|{{#vardefine:app|cellranger}}
Line 21: Line 21:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
===Serial===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory

Latest revision as of 18:24, 12 August 2022

Description

cellranger website  

Cell Ranger is a set of analysis pipelines that processes Chromium single cell 3 RNA-seq output to align reads, generate gene-cell matrices and perform clustering and gene expression analysis. Cell Ranger 1.2 supports libraries generated by the Chromium Single Cell 3' v1 and v2 reagent kits.

Environment Modules

Run module spider cellranger to find out what environment modules are available for this application.

System Variables

  • HPC_CELLRANGER_DIR - installation directory
  • HPC_CELLRANGER_REF - reference data directory

Additional Information

Reference datasets can be found in the directory accessible via $HPC_CELLRANGER_REF variable.