1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,23 @@ |
1 |
+% Generated by roxygen2 (4.1.1): do not edit by hand |
|
2 |
+% Please edit documentation in R/AllGenerics.R |
|
3 |
+\name{getSampleData} |
|
4 |
+\alias{getSampleData} |
|
5 |
+\title{Returns a data frame with sample information.} |
|
6 |
+\usage{ |
|
7 |
+getSampleData(object, ...) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{object}{Object for which sample data is to be returned.} |
|
11 |
+ |
|
12 |
+\item{...}{Other possible parameters.} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+A data frame with sample information. |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+Returns a data frame with sample information. |
|
19 |
+} |
|
20 |
+\concept{ |
|
21 |
+rcellminerData |
|
22 |
+} |
|
23 |
+ |