Skip to content

Instantly share code, notes, and snippets.

View aseetharam's full-sized avatar
🏠
Working from home

Arun Seetharam aseetharam

🏠
Working from home
View GitHub Profile
@aseetharam
aseetharam / geneBed.sh
Last active March 30, 2023 16:44 — forked from dinovski/geneBed.sh
Add padding up and/or downstream of TSS coordinates
#!/bin/bash
BEDTOOLS=$(dirname $(which bedtools))
FEATURECOUNTS=$(which featureCounts)
R=$(which R)
IDIR=$(pwd)
DIR=$(pwd)/GeneBed_output
GTF=gencode.vM30.annotation.gtf
@aseetharam
aseetharam / bedtools_cheatsheet.md
Last active January 5, 2021 16:44 — forked from raivivek/bedtools_cheatsheet.md
Bedtools cheatsheet

Bedtools Cheatsheet

General:

Tools Description
flank Create new intervals from the flanks of existing intervals.
slop Adjust the size of intervals.
shift Adjust the position of intervals.
subtract Remove intervals based on overlaps b/w two files.
"""==============================
Branded IPython Notebook Launcher
=================================
Executing this module will create an overlay over ipython notebooks own static
files and templates and overrides static files and templates and copies over all
example notebooks into a temporary folder and launches the ipython notebook server.
You can use this to offer an interactive tutorial for your library/framework/...