Browse Source

Update README.md

Yuanlong LIU 3 năm trước cách đây
mục cha
commit
26f13a51fb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -41,7 +41,7 @@ Although CALDER was mainly tested on human and mouse dataset, it can be applied
 
 ```
 library(rtracklayer)
-feature_track  = import('ENCFF934YOE.bigWig') ## from ENCODE
+feature_track  = import('ENCFF934YOE.bigWig') ## from ENCODE https://www.encodeproject.org/files/ENCFF934YOE/@@download/ENCFF934YOE.bigWig
 feature_track = data.table::as.data.table(feature_track)[, c(1:3, 6)]
 ```
 	> feature_track