Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TFSEE
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
GCRB
TFSEE
Commits
9603f55e
Commit
9603f55e
authored
8 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Update code for protein coding genes tss.
parent
aff20266
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
excluded_regions_processing.sh
+3
-0
3 additions, 0 deletions
excluded_regions_processing.sh
with
3 additions
and
0 deletions
excluded_regions_processing.sh
+
3
−
0
View file @
9603f55e
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment