Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 13, 2025
1 parent 586f0d1 commit d73bace
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/News.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
snakePipes News
===============

snakePipes 3.1.1
________________

* added whatshap-allelic mode to mRNA seq


snakePipes 3.1.0
________________

Expand Down
11 changes: 11 additions & 0 deletions docs/content/workflows/mRNAseq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ There is a configuration file in ``snakePipes/workflows/mRNAseq/defaults.yaml``:
# for allele-spcific mapping
SNPFile:
NMaskedIndex:
# for allelic-whatshap
pvcf:
#### Flag to control the pipeline entry point
fromBAM: False
bamExt: '.bam'
Expand Down Expand Up @@ -202,6 +204,15 @@ Allele-specific, gene-level differential expression analysis is then performed u

**allelic-counting** mode requires the user to input, per sample, 4 bam files, corresponding to haplotype1, haplotype2, unassigned and haplotagged , e.g. as generated by whatshap. The respective suffixes ".genome1", ".genome2", ".unassigned", ".alelle_flagged" are required to be followed by the bam extention ".sorted.bam". This mode is mutually exclusive with "deepTools_qc". Only the allelic version of deepTools qc will be run, by default. Allelic version of featureCounts will be run by default. If sample sheet is provided, allelic DESeq2- or allelic Salmon-based differential gene expression analysis will be run.


"allelic-whatshap"
~~~~~~~~~~~~~~~~

**allelic-whatshap** mode applies a standard alignment to a nonmasked genome with STAR, followed by allele-specific splitting
of mapped files with whatshap, requiring a phased vcf file as input ( ``--phased-vcf`` ). Gene-level quantification is performed for each allele using **featureCounts**.
Allele-specific, gene-level differential expression analysis is then performed using **DESeq2**.


"alignment-free"
~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit d73bace

Please sign in to comment.