Browse code

Adds MAIT/ GenomicTuples/ focalCall/ to the repos.

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

Marc Carlson authored on 06/10/2014 23:58:52
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,32 @@
1
+\name{method}
2
+\alias{method}
3
+\title{Peak Aggregation Method Used}
4
+\description{
5
+Function \code{method} returns the name of the peak aggregation method used on a \link{MAIT-class} object.
6
+}
7
+\usage{
8
+
9
+method(object)
10
+
11
+}
12
+
13
+\arguments{
14
+  \item{object}{
15
+A \link{MAIT-class} object
16
+}
17
+
18
+}
19
+\value{
20
+A character with the peak aggregation method
21
+}
22
+\seealso{
23
+  \code{\link{peakAggregation}}}
24
+
25
+\examples{
26
+data(MAIT_sample)
27
+method(MAIT)
28
+}
29
+
30
+\author{Francesc Fernandez,
31
+ \email{[email protected]}}
32
+\keyword{internal}
0 33
\ No newline at end of file