Skip to content

Commit 822343f

Browse files
author
c.lareau
committed
tweaks to anno examples
From: caleblareau <caleblareau@g.harvard.edu> git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/diffloop@124470 bc3139a8-67e5-0310-9ffc-ced21a209358
1 parent 0d97eee commit 822343f

6 files changed

Lines changed: 10 additions & 9 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: diffloop
22
Type: Package
33
Title: Identifying differential DNA loops from chromatin topology data
4-
Version: 1.3.2
5-
Date: 2016-10-26
4+
Version: 1.3.3
5+
Date: 2016-11-26
66
Authors@R: c(
77
person("Caleb", "Lareau", email = "caleblareau@g.harvard.edu", role = c("aut", "cre")),
88
person("Martin", "Aryee", email = "aryee.martin@mgh.harvard.edu", role = "aut")

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export(loopGenes)
2727
export(loopMetrics)
2828
export(loopPlot)
2929
export(loopWidth)
30+
export(loops.small)
3031
export(loopsMake)
3132
export(loopsMake.mango)
3233
export(loopsSubset)

R/annotation.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ NULL
3030
#' loops.small <- annotateAnchors(loops.small,gb,'inGeneBody',0)
3131
#'
3232
#' @import GenomicRanges
33-
#'
33+
#' @export loops.small
3434
#' @export
3535
setGeneric(name = "annotateAnchors", def = function(dlo, features,
3636
featureName, maxgap) standardGeneric("annotateAnchors"))
@@ -446,7 +446,7 @@ setMethod(f = "getMouseGenes", signature = c("character"),
446446
#' h3k27ac_j <- system.file('extdata','Jurkat_H3K27ac_chr1.narrowPeak',package='diffloop')
447447
#' h3k27ac <- rmchr(padGRanges(bedToGRanges(h3k27ac_j), pad = 1000))
448448
#' promoter <- padGRanges(getHumanTSS(c('1')), pad = 1000)
449-
#' annotated_small <- annotateLoops(loops.small, ctcf, h3k27ac, promoter)
449+
#' # annotated_small <- annotateLoops(loops.small, ctcf, h3k27ac, promoter)
450450
#'
451451
#' @import GenomicRanges
452452
#' @export
@@ -600,7 +600,7 @@ setMethod(f = "annotateLoops", signature = c("loops", "missing",
600600
#' h3k27ac_j <- system.file('extdata','Jurkat_H3K27ac_chr1.narrowPeak',package='diffloop')
601601
#' h3k27ac <- rmchr(padGRanges(bedToGRanges(h3k27ac_j), pad = 1000))
602602
#' promoter <- padGRanges(getHumanTSS(c('1')), pad = 1000)
603-
#' small.ep <- keepEPloops(loops.small, h3k27ac, promoter)
603+
#' # small.ep <- keepEPloops(loops.small, h3k27ac, promoter)
604604
#'
605605
#' @import GenomicRanges
606606
#' @importFrom stats aggregate
@@ -695,7 +695,7 @@ setMethod(f = "keepEPloops", signature = c("loops",
695695
#' load(rda)
696696
#' ctcf_j <- system.file('extdata','Jurkat_CTCF_chr1.narrowPeak',package='diffloop')
697697
#' ctcf <- rmchr(padGRanges(bedToGRanges(ctcf_j), pad = 1000))
698-
#' small.ctcf <- keepCTCFloops(loops.small, ctcf)
698+
#' # small.ctcf <- keepCTCFloops(loops.small, ctcf)
699699
#'
700700
#' @import GenomicRanges
701701
#' @importFrom stats aggregate

man/annotateLoops.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/keepCTCFloops.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/keepEPloops.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)