Skip to content

Commit 48917db

Browse files
committed
add package anchors to cross-refs
1 parent 0da7ddb commit 48917db

File tree

10 files changed

+49
-47
lines changed

10 files changed

+49
-47
lines changed

man/ScanVcfParam-class.Rd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
\item{trimEmpty}{A logical(1) indicating whether \sQuote{GENO} fields
7575
with no values should be returned.
7676
}
77-
\item{which}{A \code{\linkS4class{GRanges}} describing the sequences and
78-
ranges to be queried. Variants whose \code{POS} lies in the interval(s)
79-
\code{[start, end]} are returned. If \code{which} is not specified all
80-
ranges are returned.
77+
\item{which}{A \link[GenomicRanges:GRanges-class]{GRanges} describing the
78+
sequences and ranges to be queried. Variants whose \code{POS} lies in the
79+
interval(s) \code{[start, end]} are returned. If \code{which} is not
80+
specified all ranges are returned.
8181
}
8282
\item{object}{An instance of class \code{ScanVcfParam}.
8383
}

man/VCF-class.Rd

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
This function converts the output from the \link[snpStats]{read.plink}
316316
function to a \code{VCF} class. \code{from} must be a list of length 3
317317
with named elements "map", "fam" and "genotypes". \code{seqSource} can
318-
be a \code{\link[BSgenome]{BSgenome}} or an \link{FaFile}
318+
be a \code{\link[BSgenome]{BSgenome}} or an \link[Rsamtools]{FaFile}
319319
used for reference sequence extraction.
320320
}
321321

@@ -376,23 +376,23 @@
376376

377377
Slots unique to \code{VCF} and subclasses,
378378
\itemize{
379-
\item \code{fixed}: A \link{DataFrame} containing the REF, ALT, QUAL
380-
and FILTER fields from a VCF file.
381-
\item \code{info}: A \link{DataFrame} containing the INFO fields from
382-
a VCF file.
379+
\item \code{fixed}: A \link[S4Vectors:DataFrame-class]{DataFrame} containing
380+
the REF, ALT, QUAL and FILTER fields from a VCF file.
381+
\item \code{info}: A \link[S4Vectors:DataFrame-class]{DataFrame} containing
382+
the INFO fields from a VCF file.
383383
}
384384

385385
Slots inherited from \code{RangedSummarizedExperiment},
386386
\itemize{
387387
\item \code{metadata}: A \code{list} containing the
388388
file header or other information about the overall experiment.
389-
\item \code{rowRanges}: A \link{GRanges}-class instance defining the
390-
variant ranges and associated metadata columns of REF, ALT, QUAL
391-
and FILTER. While the REF, ALT, QUAL and FILTER fields can
392-
be displayed as metadata columns they cannot be modified with
393-
\code{rowRanges<-}. To modify these fields use \code{fixed<-}.
394-
\item \code{colData}: A \link{DataFrame}-class instance describing the
395-
samples and associated metadata.
389+
\item \code{rowRanges}: A \link[GenomicRanges:GRanges-class]{GRanges} class
390+
instance defining the variant ranges and associated metadata columns
391+
of REF, ALT, QUAL and FILTER. While the REF, ALT, QUAL and FILTER
392+
fields can be displayed as metadata columns they cannot be modified
393+
with \code{rowRanges<-}. To modify these fields use \code{fixed<-}.
394+
\item \code{colData}: A \link[S4Vectors:DataFrame-class]{DataFrame} class
395+
instance describing the samples and associated metadata.
396396
\item \code{geno}: The \code{assays} slot from
397397
\code{RangedSummarizedExperiment} has been renamed as \code{geno}
398398
for the VCF class. This slot contains the genotype information
@@ -413,7 +413,7 @@
413413
\author{Valerie Obenchain}
414414

415415
\seealso{
416-
\link{GRanges},
416+
\link[GenomicRanges:GRanges-class]{GRanges},
417417
\link[S4Vectors]{DataFrame},
418418
\link[S4Vectors]{SimpleList},
419419
\link[SummarizedExperiment]{RangedSummarizedExperiment},

man/VCFHeader-class.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
}
144144
\item{\code{sample}}{character() vector
145145
}
146-
\item{\code{header}}{\link{DataFrameList}-class
146+
\item{\code{header}}{\link[IRanges:DataFrameList-class]{DataFrameList} class
147147
}
148148
}
149149
}
@@ -152,7 +152,7 @@
152152

153153
\seealso{
154154
\code{\link{scanVcfHeader}},
155-
\code{\link{DataFrameList}}
155+
\code{\link[IRanges:DataFrameList-class]{DataFrameList}}
156156
}
157157

158158
\examples{

man/VcfFile-class.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,15 @@
9999
\section{Fields}{
100100

101101
\code{VcfFile} and \code{VcfFileList} classes inherit fields from the
102-
\code{\linkS4class{TabixFile}} and \code{\linkS4class{TabixFileList}}
102+
\code{\link[Rsamtools]{TabixFile}} and \code{\link[Rsamtools]{TabixFileList}}
103103
classes.
104104
}
105105

106106
\section{Functions and methods}{
107107

108108
\code{VcfFile} and \code{VcfFileList} classes inherit methods from the
109-
\code{\linkS4class{TabixFile}} and \code{\linkS4class{TabixFileList}}
109+
\code{\link[Rsamtools:TabixFile-class]{TabixFile}} and
110+
\code{\link[Rsamtools:TabixFileList-class]{TabixFileList}}
110111
classes.
111112

112113
## Opening / closing:

man/defunct.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
\seealso{
8181
\itemize{
82-
\item \code{\link{expand}}
82+
\item \code{\link[S4Vectors]{expand}}
8383
\item \code{\link{filterVcf}}
8484
\item \code{\link{genotypeToSnpMatrix}}
8585
\item \code{\link[GenomicFeatures]{mapToTranscripts}}

man/filterVcf-methods.Rd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
\arguments{
23-
\item{file}{A \code{character(1)} file path or \code{\link{TabixFile}}
23+
\item{file}{A \code{character(1)} file path or \code{\link[Rsamtools]{TabixFile}}
2424
specifying the VCF file to be filtered.}
2525

2626
\item{genome}{A \code{character(1)} identifier}
@@ -34,14 +34,14 @@
3434
messages should be printed.}
3535

3636
\item{index}{A \code{logical(1)} indicating whether the filtered file
37-
should be compressed and indexed (using \code{\link{bgzip}} and
38-
\code{indexTabix}).}
37+
should be compressed and indexed (using \code{\link[Rsamtools]{bgzip}} and
38+
\code{\link[Rsamtools]{indexTabix}}).}
3939

40-
\item{prefilters}{A \code{\link{FilterRules}} instance contains rules for
41-
filtering un-parsed lines of the VCF file.}
40+
\item{prefilters}{A \code{\link[S4Vectors:FilterRules-class]{FilterRules}}
41+
instance contains rules for filtering un-parsed lines of the VCF file.}
4242

43-
\item{filters}{A \code{\link{FilterRules}} instance contains rules for
44-
filtering fully parsed VCF objects.}
43+
\item{filters}{A \code{\link[S4Vectors:FilterRules-class]{FilterRules}}
44+
instance contains rules for filtering fully parsed VCF objects.}
4545

4646
\item{param}{A \code{\link{ScanVcfParam}} instance restricting input
4747
of particular \code{info} or \code{geno} fields, or genomic

man/indexVcf-method.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
\details{
3232
If \code{x} is a character vector, assumes they are the path(s) to
3333
bgzf-compressed VCF file(s). If an index does not exist, one is
34-
created. VCF files can be compreseed using \code{\link{bgzip}}. A
34+
created. VCF files can be compreseed using \code{\link[Rsamtools]{bgzip}}. A
3535
\code{VcfFile} or \code{VcfFileList} is returned.
3636

3737
If a \code{VcfFile} or \code{VcfFileList} is given, the index file is

man/predictCoding-methods.Rd

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121
}
2222

2323
\arguments{
24-
\item{query}{A \linkS4class{VCF}, \link{IntegerRanges}, \link{GRanges} or
25-
\code{VRanges} instance containing the variants to be annotated. If
26-
\code{query} is a \link[IRanges]{IntegerRanges} or \code{VRanges} it is
27-
coerced to a \link{GRanges}. If a \linkS4class{VCF} is provided the
28-
\code{GRanges} returned by the \code{rowRanges()} accessor will be used.
29-
All metadata columns are ignored.
24+
\item{query}{A \linkS4class{VCF}, \link[IRanges]{IntegerRanges},
25+
\link[GenomicRanges:GRanges-class]{GRanges} or \code{VRanges} instance
26+
containing the variants to be annotated. If \code{query} is a
27+
\link[IRanges]{IntegerRanges} or \code{VRanges} it is coerced to a
28+
\link[GenomicRanges:GRanges-class]{GRanges}. If a \linkS4class{VCF} is
29+
provided the \code{GRanges} returned by the \code{rowRanges()} accessor will
30+
be used. All metadata columns are ignored.
3031

3132
When \code{query} is not a \code{VCF} object a \code{varAllele} must be
3233
provided. The \code{varAllele} must be a \code{DNAStringSet} the same length
@@ -43,8 +44,8 @@
4344
\link[GenomicFeatures]{TxDb} objects with
4445
\code{makeTxDbFromGFF()} in the \code{txdbmaker} package.
4546
}
46-
\item{seqSource}{A \code{\link[BSgenome]{BSgenome}} instance or an \link{FaFile}
47-
to be used for sequence extraction.
47+
\item{seqSource}{A \code{\link[BSgenome]{BSgenome}} instance or an
48+
\link[Rsamtools]{FaFile} to be used for sequence extraction.
4849
}
4950
\item{varAllele}{A \link[Biostrings]{DNAStringSet} containing the variant
5051
(alternate) alleles. The length of \code{varAllele} must equal the length

man/readVcf-methods.Rd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ readGT(file, nucleotides=FALSE, param=ScanVcfParam(), ..., row.names=TRUE)
5151

5252
\arguments{
5353
\item{file}{A \code{\link{VcfFile}} (synonymous with
54-
\code{\link{TabixFile}}) instance or character() name of the VCF
54+
\code{\link[Rsamtools]{TabixFile}}) instance or character() name of the VCF
5555
file to be processed. When ranges are specified in \code{param},
5656
\code{file} must be a \code{\link{VcfFile}}.
5757

@@ -268,10 +268,10 @@ readGT(file, nucleotides=FALSE, param=ScanVcfParam(), ..., row.names=TRUE)
268268
\seealso{
269269
\code{\link{indexVcf}},
270270
\code{\link{VcfFile}},
271-
\code{\link{indexTabix}},
272-
\code{\link{TabixFile}},
273-
\code{\link{scanTabix}},
274-
\code{\link{scanBcf}},
271+
\code{\link[Rsamtools]{indexTabix}},
272+
\code{\link[Rsamtools]{TabixFile}},
273+
\code{\link[Rsamtools]{scanTabix}},
274+
\code{\link[Rsamtools]{scanBcf}},
275275
\code{\link{expand,CollapsedVCF-method}}
276276
}
277277

man/scanVcf-methods.Rd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ scanVcf(file, ..., param)
4141

4242
\arguments{
4343
\item{file}{For \code{scanVcf} and \code{scanVcfHeader}, the character()
44-
file name, \code{\link{TabixFile}}, or class \code{connection}
44+
file name, \code{\link[Rsamtools]{TabixFile}}, or class \code{connection}
4545
(\code{file()} or \code{bgzip()}) of the \sQuote{VCF} file to be
4646
processed.
4747
}
@@ -56,7 +56,7 @@ scanVcf(file, ..., param)
5656
\details{
5757
The argument \code{param} allows portions of the file to be input, but
5858
requires that the file be bgzip'd and indexed as a
59-
\code{\linkS4class{TabixFile}}.
59+
\code{\link[Rsamtools]{TabixFile}}.
6060
6161
\code{scanVcf} with \code{param="missing"} and \code{file="character"}
6262
or \code{file="connection"} scan the entire file. With
@@ -134,8 +134,8 @@ scanVcf(file, ..., param)
134134

135135
\seealso{
136136
\code{\link{readVcf}}
137-
\code{\link{BcfFile}}
138-
\code{\link{TabixFile}}
137+
\code{\link[Rsamtools]{BcfFile}}
138+
\code{\link[Rsamtools]{TabixFile}}
139139
}
140140

141141
\author{

0 commit comments

Comments
 (0)