Skip to content

Commit

Permalink
remove print gtf
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongli Jiang committed May 1, 2022
1 parent 23401c4 commit 3a89b9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/adj/protein_coding_gtex.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

##Filter and order genes
library(data.table)
library(rtracklayer)
print(Sys.getenv("gtf"))

gtf <- rtracklayer::import(Sys.getenv("gtf"))
gtf <- as.data.frame(gtf)
gtf[, 1] <- substring(gtf[, 1], 4)
Expand Down

0 comments on commit 3a89b9b

Please sign in to comment.