Skip to content

Commit 53afa3c

Browse files
committed
Remove broken seqinfo links
1 parent 26be625 commit 53afa3c

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Depends:
1919
License: MIT + file LICENSE
2020
Encoding: UTF-8
2121
LazyData: true
22-
RoxygenNote: 7.3.2
22+
RoxygenNote: 7.3.3
2323
URL: https://github.com/stuart-lab/signac, https://stuartlab.org/signac
2424
BugReports: https://github.com/stuart-lab/signac/issues
2525
LinkingTo: Rcpp

R/genomeinfodb-methods.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ setOldClass(Classes = "ChromatinAssay")
1818
#' Access and modify sequence information for ChromatinAssay objects
1919
#'
2020
#' Methods for accessing and modifying
21-
#' \code{\link[GenomeInfoDb]{Seqinfo}} object information stored in a
21+
#' \code{Seqinfo} object information stored in a
2222
#' \code{\link{ChromatinAssay}} object.
2323
#'
2424
#' @name seqinfo-methods
@@ -27,7 +27,7 @@ setOldClass(Classes = "ChromatinAssay")
2727
#' @aliases seqinfo seqinfo,ChromatinAssay-method
2828
#' @seealso
2929
#' \itemize{
30-
#' \item{\link[GenomeInfoDb]{seqinfo} in the \pkg{GenomeInfoDb} package.}
30+
#' \item{seqinfo in the \pkg{GenomeInfoDb} package.}
3131
#' \item{\link{ChromatinAssay-class}}
3232
#' }
3333
#' @exportMethod seqinfo
@@ -40,7 +40,7 @@ setMethod(
4040
}
4141
)
4242

43-
#' @param value A \code{\link[GenomeInfoDb]{Seqinfo}} object or name of a UCSC
43+
#' @param value A \code{Seqinfo} object or name of a UCSC
4444
#' genome to store in the \code{\link{ChromatinAssay}}
4545
#' @describeIn seqinfo-methods set method for ChromatinAssay objects
4646
#' @exportMethod seqinfo<-

R/objects.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Motif <- setClass(
7777
#' genomic location of features in the object
7878
#' @slot motifs A \code{\link{Motif}} object
7979
#' @slot fragments A list of \code{\link{Fragment}} objects.
80-
#' @slot seqinfo A \code{\link[GenomeInfoDb]{Seqinfo}} object containing basic
80+
#' @slot seqinfo A \code{Seqinfo} object containing basic
8181
#' information about the genome sequence used.
8282
#' @slot annotation A \code{\link[GenomicRanges]{GRanges}} object containing
8383
#' genomic annotations. This should be a GRanges object with the following
@@ -152,7 +152,7 @@ ChromatinAssay <- setClass(
152152
#' created using the \code{\link{CreateFragmentObject}} and
153153
#' \code{\link{Fragments}} functions. Alternatively, a list of
154154
#' \code{\link{Fragment}} objects can be provided.
155-
#' @param genome A \code{\link[GenomeInfoDb]{Seqinfo}} object containing basic
155+
#' @param genome A \code{Seqinfo} object containing basic
156156
#' information about the genome used. Alternatively, the name of a UCSC genome
157157
#' can be provided and the sequence information will be downloaded from UCSC.
158158
#' @param annotation A set of \code{\link[GenomicRanges]{GRanges}} containing
@@ -363,7 +363,7 @@ CreateChromatinAssay <- function(
363363
}
364364

365365
#' @param ranges A GRanges object
366-
#' @param seqinfo A \code{\link[GenomeInfoDb]{Seqinfo}} object containing basic
366+
#' @param seqinfo A \code{Seqinfo} object containing basic
367367
#' information about the genome used. Alternatively, the name of a UCSC genome
368368
#' can be provided and the sequence information will be downloaded from UCSC.
369369
#' @param annotation Genomic annotation. It must have the following columns:

R/quantification.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ AggregateTiles.default <- function(
127127
#' \code{\link{Fragment}} objects
128128
#' @param genome A vector of chromosome sizes for the genome. This is used to
129129
#' construct the genome bin coordinates. The can be obtained by calling
130-
#' \code{\link[GenomeInfoDb]{seqlengths}} on a
130+
#' \code{seqlengths} on a
131131
#' \code{\link[BSgenome]{BSgenome-class}} object.
132132
#' @param cells Vector of cells to include. If NULL, include all cells found
133133
#' in the fragments file

man/ChromatinAssay-class.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/CreateChromatinAssay.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/GenomeBinMatrix.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/as.ChromatinAssay.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/seqinfo-methods.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)