Skip to content
Snippets Groups Projects
Commit 9603f55e authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Update code for protein coding genes tss.

parent aff20266
Branches
No related merge requests found
# Make a universe of excluded regions of the genome
cd MakeGencodeTSS
./make_TSS_file_from_annotation_with_confidence_better.sh ../gencode.v19.annotation.gtf ../biotypes.txt
gtf2bed < MakeGencodeTSS/gencode.v19.annotation_capped_sites.gff > gencode.v19.annotation_capped_sites.bed
## Gencode Protein Coding genes
bedtools slop -i gencode.v19.annotation_capped_sites.bed -g hg19.chrom.sizes -b 3000 | cut -f1,2,3 > gencode_tss_3kb_flanking.bed
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment