Skip to content

regulon analysis

Sue9104 edited this page Nov 1, 2022 · 3 revisions

Regulon Analysis

Tools: pySCENIC

Usage

scrna-regulon <infile> <outdir> <version> <tfs> <cisdb> <motif>

Run Egulatory Network Inference with pySCENIC

positional arguments:
  infile               input file
  outdir               output file
  version              genome version name
  tfs                  genome transcript factor file
  cisdb                cisTarget databse
  motif                genome motif file

options:
  -h, --help           show this help message and exit
  --minGenes MINGENES  min gene counts for one cell
  --maxGenes MAXGENES  max gene counts for one cell
  --minCells MINCELLS  min cell counts for one gene
  --maxMT MAXMT        max percentage of mitochondrial

Two packages are included: scrnaRecom (R) and pyscrnarecom (Python)


Add library path to PATH


scrnaRecom

Excutable commands are available under the scrnaRecom/exec folder after installation.


pyscrnarecom

Excutable commands are available under the current environment after installation.

Clone this wiki locally