TSS enrichment not reported when starting from BAMs
See original GitHub issueCan you please adjust the pipeline to output TSS enrichment when the starting files are BAMs as opposed to FASTQ files? I’ve attached the config files and QC reports from two test runs: (1) starting from FASTQs; (2) starting from the filtered BAMs from (1). Both config files have atac.enable_tss_enrich
set to true
, but TSS scores are only reported in (1).
OS/Platform and dependencies
- OS or Platform: SCG
- Caper version 0.4.1
Issue Analytics
- State:
- Created 4 years ago
- Comments:27 (5 by maintainers)
Top Results From Across the Web
Interpreting TSS Enrichment Score Summary
Transcription Start Site (TSS) Enrichment Score - The TSS enrichment calculation is a signal to noise calculation. The reads around a reference ...
Read more >ATAC-seq Data Standards and Processing Pipeline (ENCODE4)
Transcription start site (TSS) enrichment values are dependent on the reference files used; cutoff values for high quality data are listed in the...
Read more >TSSEscore: Transcription Start Site (TSS) Enrichment Score
If pseudocount is no greater than 0, the features with ZERO or less than ZERO counts in flank region will be removed in...
Read more >FAQ - Support Illumina
There are no limits on importing files from BaseSpace Sequence Hub. Variant Interpreter. Does BaseSpace Variant Interpreter support the genome VCF (gVCF) file ......
Read more >Mapping and modeling the genomic basis of differential RNA ...
Alternative transcript isoform expression is a major regulatory process in eukaryotes that includes differential TSS (transcription start site) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We will have a user-defined read length array
atac.read_len
in the next release so that users can get TSS enrichment plot even when starting from BAMs.@AbeerMM if it’s helpful, I copied the ENCODE python code to have a standalone script. I had to add
os.environ['QT_QPA_PLATFORM']='offscreen'
option to prevent some errors. You also need to point to the genome chromosome sizes. That was easy for me because I am using a custom genome database. Not sure what that looks like for pre-built genome databases. Otherwise, it works if I specify the read length as an integer. encode_tss_enrich.py.zip