Mercurial > repos > kpbioteam > chipeakanno_annopeaks
changeset 8:0473a72c943c draft
planemo upload for repository https://github.com/kpbioteam/chipeakanno_annopeaks commit 5ee10ba73cd634a41b84f059f02edeaa04f69b8d-dirty
author | kpbioteam |
---|---|
date | Thu, 21 Jun 2018 11:21:03 -0400 |
parents | 17b814d78ac6 |
children | 8d05c398fecd |
files | chipeakanno_annopeaks.R |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/chipeakanno_annopeaks.R Thu Jun 21 10:08:06 2018 -0400 +++ b/chipeakanno_annopeaks.R Thu Jun 21 11:21:03 2018 -0400 @@ -16,7 +16,7 @@ DMRInfo <- read.table(input1) peaks <- GRanges(seqnames = DMRInfo[, 1], ranges = IRanges - (start = DMRInfo[, 2], end = DMRInfo[, 3],score=DMRInfo[, 9])) + (start = DMRInfo[, 2], end = DMRInfo[, 3]),score=DMRInfo[, 9]) annoData <- toGRanges(EnsDb.Hsapiens.v75) seqlevelsStyle(peaks) <- seqlevelsStyle(annoData)