git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@68172 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,46 @@ |
1 |
+\name{GsnapOutput-class} |
|
2 |
+\Rdversion{1.1} |
|
3 |
+\docType{class} |
|
4 |
+\alias{GsnapOutput-class} |
|
5 |
+\alias{bamPaths,GsnapOutput-method} |
|
6 |
+\alias{path,GsnapOutput-method} |
|
7 |
+\alias{GsnapOutput} |
|
8 |
+ |
|
9 |
+\title{Class \code{"GsnapOutput"}} |
|
10 |
+\description{ |
|
11 |
+ A \code{GsnapOutput} object stores locations of data output by the |
|
12 |
+ GSNAP alignment algorithm. |
|
13 |
+} |
|
14 |
+ |
|
15 |
+\section{Objects from the Class}{ |
|
16 |
+ \code{GsnapOutput} objects are created from the \link{gsnap} function, |
|
17 |
+ though the function \code{GsnapOutput} can also be used as a constructor. |
|
18 |
+} |
|
19 |
+ |
|
20 |
+\section{Coercion}{ |
|
21 |
+ In the code snippets below, \code{x} is a GsnapOutput object. |
|
22 |
+ |
|
23 |
+ \describe{ |
|
24 |
+ \item{}{ |
|
25 |
+ \code{as(x, BamFile)}, |
|
26 |
+ \code{as(x, BamFileList)}: |
|
27 |
+ |
|
28 |
+ Returns either a BamFile or BamFileList object containing paths |
|
29 |
+ to the output of GSNAP. |
|
30 |
+ } |
|
31 |
+ \item{}{ |
|
32 |
+ \code{asBam(x)}: |
|
33 |
+ |
|
34 |
+ converts all gsnap SAM files to BAM files and creates the .bai |
|
35 |
+ index files. |
|
36 |
+ } |
|
37 |
+ } |
|
38 |
+} |
|
39 |
+ |
|
40 |
+\author{ |
|
41 |
+ Michael Lawrence |
|
42 |
+} |
|
43 |
+\seealso{ |
|
44 |
+\code{\link{gsnap}} |
|
45 |
+} |
|
46 |
+\keyword{classes} |