Browse code

renaming gmapR2 to gmapR: it lives again

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@68172 bc3139a8-67e5-0310-9ffc-ced21a209358

Michael Lawrence authored on 02/08/2012 22:24:24
Showing 1 changed files
1 1
old mode 100755
2 2
new mode 100644
... ...
@@ -1,4 +1,12 @@
1 1
 \name{directory}
2 2
 \alias{directory}
3
-\title{directory}
3
+\title{Get the Path to the Location on Disk from a gmapR Class}
4
+\description{
5
+  Many objects in gmapR represent data stored on disk. The
6
+  \code{directory} accessor will return this directory.
7
+}
4 8
 \usage{directory(x)}
9
+\arguments{
10
+  \item{x}{A GmapGenome or GmapSnps object}
11
+}
12
+\value{a character vector}
Browse code

added docs

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@58026 bc3139a8-67e5-0310-9ffc-ced21a209358

Cory Barr authored on 14/09/2011 09:15:58
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,4 @@
1
+\name{directory}
2
+\alias{directory}
3
+\title{directory}
4
+\usage{directory(x)}