Browse code

corrected help file links

ataudt authored on 18/04/2018 08:06:33
Showing 2 changed files

... ...
@@ -12,7 +12,7 @@
12 12
 #' @param min.mapq Minimum mapping quality when importing from BAM files. Set \code{min.mapq=0} to keep all reads.
13 13
 #' @param max.fragment.width Maximum allowed fragment length. This is to filter out erroneously wrong fragments due to mapping errors of paired end reads.
14 14
 #' @param blacklist A \code{\link{GRanges-class}} or a bed(.gz) file with blacklisted regions. Reads falling into those regions will be discarded.
15
-#' @param what A character vector of fields that are returned. Uses the \code{Rsamtools::scanBamWhat} function. See \code{\link[Rsamtools]{ScanBamParam}} to see what is available.
15
+#' @param what A character vector of fields that are returned. Uses the \code{Rsamtools::scanBamWhat} function. See \code{Rsamtools::ScanBamParam} to see what is available.
16 16
 #' @return A \code{\link{GRanges-class}} object containing the reads.
17 17
 #' @importFrom Rsamtools indexBam BamFile ScanBamParam scanBamFlag
18 18
 #' @importFrom GenomicAlignments readGAlignmentPairs readGAlignments first
... ...
@@ -25,7 +25,7 @@ readBamFileAsGRanges(bamfile, bamindex = bamfile, chromosomes = NULL,
25 25
 
26 26
 \item{blacklist}{A \code{\link{GRanges-class}} or a bed(.gz) file with blacklisted regions. Reads falling into those regions will be discarded.}
27 27
 
28
-\item{what}{A character vector of fields that are returned. Uses the \code{Rsamtools::scanBamWhat} function. See \code{\link[Rsamtools]{ScanBamParam}} to see what is available.}
28
+\item{what}{A character vector of fields that are returned. Uses the \code{Rsamtools::scanBamWhat} function. See \code{Rsamtools::ScanBamParam} to see what is available.}
29 29
 }
30 30
 \value{
31 31
 A \code{\link{GRanges-class}} object containing the reads.