Browse code

Add runnable examples

Yichen Wang authored on 02/03/2022 17:35:42
Showing 1 changed files
... ...
@@ -17,3 +17,7 @@ A combined \code{vector} of \code{assayNames}, \code{altExpNames} and \code{redu
17 17
 expDataNames
18 18
 Get names of all the data items in the input \code{SingleCellExperiment} object including assays, altExps and reducedDims.
19 19
 }
20
+\examples{
21
+data(scExample, package = "singleCellTK")
22
+expDataNames(sce)
23
+}
Browse code

Final updates to tagging system

Irzam Sarfraz authored on 25/02/2021 00:13:12
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,19 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/sctkTagging.R
3
+\name{expDataNames}
4
+\alias{expDataNames}
5
+\title{expDataNames
6
+Get names of all the data items in the input \code{SingleCellExperiment} object including assays, altExps and reducedDims.}
7
+\usage{
8
+expDataNames(inSCE)
9
+}
10
+\arguments{
11
+\item{inSCE}{Input \code{SingleCellExperiment} object.}
12
+}
13
+\value{
14
+A combined \code{vector} of \code{assayNames}, \code{altExpNames} and \code{reducedDimNames}.
15
+}
16
+\description{
17
+expDataNames
18
+Get names of all the data items in the input \code{SingleCellExperiment} object including assays, altExps and reducedDims.
19
+}