... | ... |
@@ -1,6 +1,5 @@ |
1 | 1 |
% Generated by roxygen2: do not edit by hand |
2 | 2 |
% Please edit documentation in R/MolData-methods.R |
3 |
-\docType{methods} |
|
4 | 3 |
\name{getFeatureAnnot,MolData-method} |
5 | 4 |
\alias{getFeatureAnnot,MolData-method} |
6 | 5 |
\title{Returns a list of data frames with feature information.} |
... | ... |
@@ -17,6 +16,4 @@ A named list of data frames with feature information for |
17 | 16 |
\description{ |
18 | 17 |
Returns a list of data frames with feature information. |
19 | 18 |
} |
20 |
-\concept{ |
|
21 |
-rcellminerData |
|
22 |
-} |
|
19 |
+\concept{rcellminerData} |
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-% Generated by roxygen2 (4.1.1): do not edit by hand |
|
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 | 2 |
% Please edit documentation in R/MolData-methods.R |
3 | 3 |
\docType{methods} |
4 | 4 |
\name{getFeatureAnnot,MolData-method} |
... | ... |
@@ -11,7 +11,7 @@ |
11 | 11 |
\item{object}{MolData object for which feature data is to be returned.} |
12 | 12 |
} |
13 | 13 |
\value{ |
14 |
-A named list of data frames with feature information for |
|
14 |
+A named list of data frames with feature information for |
|
15 | 15 |
available molecular data types. |
16 | 16 |
} |
17 | 17 |
\description{ |
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/MolData-methods.R |
|
3 |
+\docType{methods} |
|
4 |
+\name{getFeatureAnnot,MolData-method} |
|
5 |
+\alias{getFeatureAnnot,MolData-method} |
|
6 |
+\title{Returns a list of data frames with feature information.} |
|
7 |
+\usage{ |
|
8 |
+\S4method{getFeatureAnnot}{MolData}(object) |
|
9 |
+} |
|
10 |
+\arguments{ |
|
11 |
+\item{object}{MolData object for which feature data is to be returned.} |
|
12 |
+} |
|
13 |
+\value{ |
|
14 |
+A named list of data frames with feature information for |
|
15 |
+ available molecular data types. |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+Returns a list of data frames with feature information. |
|
19 |
+} |
|
20 |
+\concept{ |
|
21 |
+rcellminerData |
|
22 |
+} |
|
23 |
+ |