Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Akmazad committed Sep 26, 2020
1 parent d8604bd commit 9bab1b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ seq <- getSeq(hg, bins$chr, start = bins$start - flankingLength, end = bins$end
seq <- as.character(as.data.frame(seq)[[1]])
bins.seq <- cbind(bins,seq)
colnames(bins.seq) <- c(colnames(bins),"dna.seq")
fwrite(bins.seq, file="HumanFC_single_label.bin.Seq_Labels.bed", sep="\t", row.names=F, quote=F)
fwrite(bins.seq[,c(1,2,3,4,6,5)], file="HumanFC_single_label.bin.Seq_Labels.bed", sep="\t", row.names=F, quote=F)
```

################## End of data-processing Pipeline ##############
Expand Down

0 comments on commit 9bab1b7

Please sign in to comment.