All Projects → Novartis → pisces

Novartis / pisces

Licence: Apache-2.0 license
PISCES is a pipeline for rapid transcript quantitation, genetic fingerprinting, and quality control assessment of RNAseq libraries using Salmon.

Programming Languages

python
139335 projects - #7 most used programming language
r
7636 projects
TeX
3793 projects

Projects that are alternatives of or similar to pisces

atacr
Analysing Capture Seq Count Data
Stars: ✭ 14 (-39.13%)
Mutual labels:  rnaseq
r2g
A homology-based, computationally lightweight pipeline for discovering genes in the absence of an assembly
Stars: ✭ 49 (+113.04%)
Mutual labels:  bioinformatics-pipeline
mlst check
Multilocus sequence typing by blast using the schemes from PubMLST
Stars: ✭ 22 (-4.35%)
Mutual labels:  bioinformatics-pipeline
alpine
Modeling and correcting fragment sequence bias for RNA-seq
Stars: ✭ 25 (+8.7%)
Mutual labels:  rnaseq
workflows
Bioinformatics curated workflows that use Biocontainers tools
Stars: ✭ 18 (-21.74%)
Mutual labels:  bioinformatics-pipeline
tximport
Import and summarize transcript-level estimates for gene-level analysis
Stars: ✭ 117 (+408.7%)
Mutual labels:  rnaseq
gubbins
Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins
Stars: ✭ 103 (+347.83%)
Mutual labels:  bioinformatics-pipeline
pypiper
Python toolkit for building restartable pipelines
Stars: ✭ 34 (+47.83%)
Mutual labels:  bioinformatics-pipeline
pipeline-pinfish-analysis
Pipeline for annotating genomes using long read transcriptomics data with pinfish
Stars: ✭ 27 (+17.39%)
Mutual labels:  transcriptomics
GREIN
GREIN : GEO RNA-seq Experiments Interactive Navigator
Stars: ✭ 40 (+73.91%)
Mutual labels:  bioinformatics-pipeline
rnatoy
A proof of concept RNA-Seq pipeline with Nextflow
Stars: ✭ 32 (+39.13%)
Mutual labels:  rnaseq
TEs genes relationship pipeline
Distribution of TEs and their relationship to genes in host genome
Stars: ✭ 13 (-43.48%)
Mutual labels:  bioinformatics-pipeline
MERlin
MERlin is an extensible analysis pipeline applied to decoding MERFISH data
Stars: ✭ 19 (-17.39%)
Mutual labels:  transcriptomics
ngs pipeline
Exome/Capture/RNASeq Pipeline Implementation using snakemake
Stars: ✭ 40 (+73.91%)
Mutual labels:  rnaseq
scCATCH
Automatic Annotation on Cell Types of Clusters from Single-Cell RNA Sequencing Data
Stars: ✭ 137 (+495.65%)
Mutual labels:  transcriptomics
scrattch.vis
scRNA-seq data visualization from scrattch
Stars: ✭ 18 (-21.74%)
Mutual labels:  transcriptomics
diffxpy
Differential expression analysis for single-cell RNA-seq data.
Stars: ✭ 137 (+495.65%)
Mutual labels:  transcriptomics
GeneTonic
Enjoy your transcriptomic data and analysis responsibly - like sipping a cocktail
Stars: ✭ 66 (+186.96%)
Mutual labels:  transcriptomics
pychopper
A tool to identify, orient, trim and rescue full length cDNA reads
Stars: ✭ 74 (+221.74%)
Mutual labels:  transcriptomics
MToolBox
A bioinformatics pipeline to analyze mtDNA from NGS data
Stars: ✭ 61 (+165.22%)
Mutual labels:  bioinformatics-pipeline

CI Sphinx Docs Package Builds PyPI

PISCES: a package for quantitation and QC of large scale mRNA-seq datasets

PISCES is a pipeline for rapid transcript quantitation, genetic fingerprinting, and quality control assessment of RNAseq libraries using Salmon.

See the current documentation at https://opensource.nibr.com/pisces/. Read the manuscript at https://www.biorxiv.org/content/10.1101/2020.12.01.390575v1.

Matthew D Shirley, Viveksagar K Radhakrishna, Javad Golji, Joshua M Korn. (Preprint) PISCES: a package for rapid quantitation and quality control of large scale mRNA-seq datasets. bioRxiv. 2020.

Quickstart

Installation:

$ pip install --user novartis-pisces
$ pisces_dependencies

Submitting jobs to an HPC cluster:

$ pisces submit -m metadata.csv

Summarizing QC metrics and gene expression:

$ pisces summarize-qc -m metadata.csv -f fingerprint.txt
$ pisces summarize-expression -m metadata.csv
# optionally specify contrasts and formula for DESeq2 differential gene expression
$ pisces summarize-expression -m metadata.csv -f contrasts.csv -d "~covariate1 + covartiate2"

Please submit bugs or questions to our issue tracker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].