... | ... |
@@ -4,8 +4,14 @@ |
4 | 4 |
\alias{plotTSNE} |
5 | 5 |
\title{Plot t-SNE plot on dimensionality reduction data run from t-SNE method.} |
6 | 6 |
\usage{ |
7 |
-plotTSNE(inSCE, colorBy = "No Color", shape = "No Shape", |
|
8 |
- reducedDimName = "TSNE", runTSNE = FALSE, useAssay = "logcounts") |
|
7 |
+plotTSNE( |
|
8 |
+ inSCE, |
|
9 |
+ colorBy = "No Color", |
|
10 |
+ shape = "No Shape", |
|
11 |
+ reducedDimName = "TSNE", |
|
12 |
+ runTSNE = FALSE, |
|
13 |
+ useAssay = "logcounts" |
|
14 |
+) |
|
9 | 15 |
} |
10 | 16 |
\arguments{ |
11 | 17 |
\item{inSCE}{Input SCtkExperiment object. Required} |
... | ... |
@@ -4,14 +4,8 @@ |
4 | 4 |
\alias{plotTSNE} |
5 | 5 |
\title{Plot t-SNE plot on dimensionality reduction data run from t-SNE method.} |
6 | 6 |
\usage{ |
7 |
-plotTSNE( |
|
8 |
- inSCE, |
|
9 |
- colorBy = "No Color", |
|
10 |
- shape = "No Shape", |
|
11 |
- reducedDimName = "TSNE", |
|
12 |
- runTSNE = FALSE, |
|
13 |
- useAssay = "logcounts" |
|
14 |
-) |
|
7 |
+plotTSNE(inSCE, colorBy = "No Color", shape = "No Shape", |
|
8 |
+ reducedDimName = "TSNE", runTSNE = FALSE, useAssay = "logcounts") |
|
15 | 9 |
} |
16 | 10 |
\arguments{ |
17 | 11 |
\item{inSCE}{Input SCtkExperiment object. Required} |
... | ... |
@@ -4,8 +4,14 @@ |
4 | 4 |
\alias{plotTSNE} |
5 | 5 |
\title{Plot t-SNE plot on dimensionality reduction data run from t-SNE method.} |
6 | 6 |
\usage{ |
7 |
-plotTSNE(inSCE, colorBy = "No Color", shape = "No Shape", |
|
8 |
- reducedDimName = "TSNE", runTSNE = FALSE, useAssay = "logcounts") |
|
7 |
+plotTSNE( |
|
8 |
+ inSCE, |
|
9 |
+ colorBy = "No Color", |
|
10 |
+ shape = "No Shape", |
|
11 |
+ reducedDimName = "TSNE", |
|
12 |
+ runTSNE = FALSE, |
|
13 |
+ useAssay = "logcounts" |
|
14 |
+) |
|
9 | 15 |
} |
10 | 16 |
\arguments{ |
11 | 17 |
\item{inSCE}{Input SCtkExperiment object. Required} |
... | ... |
@@ -4,14 +4,8 @@ |
4 | 4 |
\alias{plotTSNE} |
5 | 5 |
\title{Plot t-SNE plot on dimensionality reduction data run from t-SNE method.} |
6 | 6 |
\usage{ |
7 |
-plotTSNE( |
|
8 |
- inSCE, |
|
9 |
- colorBy = "No Color", |
|
10 |
- shape = "No Shape", |
|
11 |
- reducedDimName = "TSNE", |
|
12 |
- runTSNE = FALSE, |
|
13 |
- useAssay = "logcounts" |
|
14 |
-) |
|
7 |
+plotTSNE(inSCE, colorBy = "No Color", shape = "No Shape", |
|
8 |
+ reducedDimName = "TSNE", runTSNE = FALSE, useAssay = "logcounts") |
|
15 | 9 |
} |
16 | 10 |
\arguments{ |
17 | 11 |
\item{inSCE}{Input SCtkExperiment object. Required} |
... | ... |
@@ -4,8 +4,14 @@ |
4 | 4 |
\alias{plotTSNE} |
5 | 5 |
\title{Plot t-SNE plot on dimensionality reduction data run from t-SNE method.} |
6 | 6 |
\usage{ |
7 |
-plotTSNE(inSCE, colorBy = "No Color", shape = "No Shape", |
|
8 |
- reducedDimName = "TSNE", runTSNE = FALSE, useAssay = "logcounts") |
|
7 |
+plotTSNE( |
|
8 |
+ inSCE, |
|
9 |
+ colorBy = "No Color", |
|
10 |
+ shape = "No Shape", |
|
11 |
+ reducedDimName = "TSNE", |
|
12 |
+ runTSNE = FALSE, |
|
13 |
+ useAssay = "logcounts" |
|
14 |
+) |
|
9 | 15 |
} |
10 | 16 |
\arguments{ |
11 | 17 |
\item{inSCE}{Input SCtkExperiment object. Required} |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,37 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/plotTSNE.R |
|
3 |
+\name{plotTSNE} |
|
4 |
+\alias{plotTSNE} |
|
5 |
+\title{Plot t-SNE plot on dimensionality reduction data run from t-SNE method.} |
|
6 |
+\usage{ |
|
7 |
+plotTSNE(inSCE, colorBy = "No Color", shape = "No Shape", |
|
8 |
+ reducedDimName = "TSNE", runTSNE = FALSE, useAssay = "logcounts") |
|
9 |
+} |
|
10 |
+\arguments{ |
|
11 |
+\item{inSCE}{Input SCtkExperiment object. Required} |
|
12 |
+ |
|
13 |
+\item{colorBy}{color by condition.} |
|
14 |
+ |
|
15 |
+\item{shape}{add shape to each distinct label.} |
|
16 |
+ |
|
17 |
+\item{reducedDimName}{a name to store the results of the dimension reduction |
|
18 |
+coordinates obtained from this method. This is stored in the SingleCellExperiment |
|
19 |
+object in the reducedDims slot. Required.} |
|
20 |
+ |
|
21 |
+\item{runTSNE}{Run t-SNE if the reducedDimName does not exist. the Default is |
|
22 |
+FALSE.} |
|
23 |
+ |
|
24 |
+\item{useAssay}{Indicate which assay to use. The default is "logcounts".} |
|
25 |
+} |
|
26 |
+\value{ |
|
27 |
+A t-SNE plot |
|
28 |
+} |
|
29 |
+\description{ |
|
30 |
+Plot t-SNE plot on dimensionality reduction data run from t-SNE method. |
|
31 |
+} |
|
32 |
+\examples{ |
|
33 |
+data("mouseBrainSubsetSCE") |
|
34 |
+plotTSNE(mouseBrainSubsetSCE, colorBy = "level1class", |
|
35 |
+ reducedDimName = "TSNE_counts") |
|
36 |
+ |
|
37 |
+} |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,37 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/plotTSNE.R |
|
3 |
-\name{plotTSNE} |
|
4 |
-\alias{plotTSNE} |
|
5 |
-\title{Plot t-SNE} |
|
6 |
-\usage{ |
|
7 |
-plotTSNE(countData, colorBy = "No Color", shape = "No Shape", |
|
8 |
- reducedDimName = "TSNE", runTSNE = FALSE, useAssay = "logcounts") |
|
9 |
-} |
|
10 |
-\arguments{ |
|
11 |
-\item{countData}{A SCE object} |
|
12 |
- |
|
13 |
-\item{colorBy}{The variable to color clusters by} |
|
14 |
- |
|
15 |
-\item{shape}{Shape of the points} |
|
16 |
- |
|
17 |
-\item{reducedDimName}{t-SNE dimension name. The default is TSNE |
|
18 |
-The toolkit will store data with the pattern <ASSAY>_<ALGORITHM>.} |
|
19 |
- |
|
20 |
-\item{runTSNE}{Run t-SNE if the reducedDimName does not exist. the Default is |
|
21 |
-FALSE.} |
|
22 |
- |
|
23 |
-\item{useAssay}{Indicate which assay to use for t-SNE if you are running it. |
|
24 |
-Default is "counts"} |
|
25 |
-} |
|
26 |
-\value{ |
|
27 |
-A t-SNE plot |
|
28 |
-} |
|
29 |
-\description{ |
|
30 |
-Use this function to plot t-SNE results |
|
31 |
-} |
|
32 |
-\examples{ |
|
33 |
-data("mouseBrainSubsetSCE") |
|
34 |
-plotTSNE(mouseBrainSubsetSCE, colorBy = "level1class", |
|
35 |
- reducedDimName = "TSNE_counts") |
|
36 |
- |
|
37 |
-} |
... | ... |
@@ -4,11 +4,11 @@ |
4 | 4 |
\alias{plotTSNE} |
5 | 5 |
\title{Plot t-SNE} |
6 | 6 |
\usage{ |
7 |
-plotTSNE(count_data, colorBy = "No Color", shape = "No Shape", |
|
8 |
- reducedDimName = "TSNE", runTSNE = FALSE, use_assay = "logcounts") |
|
7 |
+plotTSNE(countData, colorBy = "No Color", shape = "No Shape", |
|
8 |
+ reducedDimName = "TSNE", runTSNE = FALSE, useAssay = "logcounts") |
|
9 | 9 |
} |
10 | 10 |
\arguments{ |
11 |
-\item{count_data}{A SCE object} |
|
11 |
+\item{countData}{A SCE object} |
|
12 | 12 |
|
13 | 13 |
\item{colorBy}{The variable to color clusters by} |
14 | 14 |
|
... | ... |
@@ -20,7 +20,7 @@ The toolkit will store data with the pattern <ASSAY>_<ALGORITHM>.} |
20 | 20 |
\item{runTSNE}{Run t-SNE if the reducedDimName does not exist. the Default is |
21 | 21 |
FALSE.} |
22 | 22 |
|
23 |
-\item{use_assay}{Indicate which assay to use for t-SNE if you are running it. |
|
23 |
+\item{useAssay}{Indicate which assay to use for t-SNE if you are running it. |
|
24 | 24 |
Default is "counts"} |
25 | 25 |
} |
26 | 26 |
\value{ |
... | ... |
@@ -30,8 +30,8 @@ A t-SNE plot |
30 | 30 |
Use this function to plot t-SNE results |
31 | 31 |
} |
32 | 32 |
\examples{ |
33 |
-data("mouse_brain_subset_sce") |
|
34 |
-plotTSNE(mouse_brain_subset_sce, colorBy = "level1class", |
|
33 |
+data("mouseBrainSubsetSCE") |
|
34 |
+plotTSNE(mouseBrainSubsetSCE, colorBy = "level1class", |
|
35 | 35 |
reducedDimName = "TSNE_counts") |
36 | 36 |
|
37 | 37 |
} |
... | ... |
@@ -30,8 +30,8 @@ A t-SNE plot |
30 | 30 |
Use this function to plot t-SNE results |
31 | 31 |
} |
32 | 32 |
\examples{ |
33 |
-data("GSE60361_subset_sce") |
|
34 |
-plotTSNE(GSE60361_subset_sce, colorBy = "level1class", |
|
33 |
+data("mouse_brain_subset_sce") |
|
34 |
+plotTSNE(mouse_brain_subset_sce, colorBy = "level1class", |
|
35 | 35 |
reducedDimName = "TSNE_counts") |
36 | 36 |
|
37 | 37 |
} |
... | ... |
@@ -2,7 +2,7 @@ |
2 | 2 |
% Please edit documentation in R/plotTSNE.R |
3 | 3 |
\name{plotTSNE} |
4 | 4 |
\alias{plotTSNE} |
5 |
-\title{Plot TSNE} |
|
5 |
+\title{Plot t-SNE} |
|
6 | 6 |
\usage{ |
7 | 7 |
plotTSNE(count_data, colorBy = "No Color", shape = "No Shape", |
8 | 8 |
reducedDimName = "TSNE", runTSNE = FALSE, use_assay = "logcounts") |
... | ... |
@@ -14,18 +14,18 @@ plotTSNE(count_data, colorBy = "No Color", shape = "No Shape", |
14 | 14 |
|
15 | 15 |
\item{shape}{Shape of the points} |
16 | 16 |
|
17 |
-\item{reducedDimName}{TSNE dimension name. The default is PCA. |
|
18 |
-The toolkit will store data with the pattern <ASSSAY>_<ALGORITHM>.} |
|
17 |
+\item{reducedDimName}{t-SNE dimension name. The default is TSNE |
|
18 |
+The toolkit will store data with the pattern <ASSAY>_<ALGORITHM>.} |
|
19 | 19 |
|
20 |
-\item{runTSNE}{Run t-SNE if the reducedDimName doesn't exist. the Default is |
|
20 |
+\item{runTSNE}{Run t-SNE if the reducedDimName does not exist. the Default is |
|
21 | 21 |
FALSE.} |
22 | 22 |
|
23 | 23 |
\item{use_assay}{Indicate which assay to use for t-SNE if you are running it. |
24 | 24 |
Default is "counts"} |
25 | 25 |
} |
26 | 26 |
\value{ |
27 |
-A TSNE plot |
|
27 |
+A t-SNE plot |
|
28 | 28 |
} |
29 | 29 |
\description{ |
30 |
-Use this function to plot PCA or tSNE results |
|
30 |
+Use this function to plot t-SNE results |
|
31 | 31 |
} |
... | ... |
@@ -5,7 +5,7 @@ |
5 | 5 |
\title{Plot TSNE} |
6 | 6 |
\usage{ |
7 | 7 |
plotTSNE(count_data, colorBy = "No Color", shape = "No Shape", |
8 |
- use_assay = "logcounts", reducedDimName = "TSNE") |
|
8 |
+ reducedDimName = "TSNE", runTSNE = FALSE, use_assay = "logcounts") |
|
9 | 9 |
} |
10 | 10 |
\arguments{ |
11 | 11 |
\item{count_data}{A SCE object} |
... | ... |
@@ -14,10 +14,14 @@ plotTSNE(count_data, colorBy = "No Color", shape = "No Shape", |
14 | 14 |
|
15 | 15 |
\item{shape}{Shape of the points} |
16 | 16 |
|
17 |
-\item{use_assay}{Indicate which assay to use for PCA. Default is "counts"} |
|
18 |
- |
|
19 | 17 |
\item{reducedDimName}{TSNE dimension name. The default is PCA. |
20 | 18 |
The toolkit will store data with the pattern <ASSSAY>_<ALGORITHM>.} |
19 |
+ |
|
20 |
+\item{runTSNE}{Run t-SNE if the reducedDimName doesn't exist. the Default is |
|
21 |
+FALSE.} |
|
22 |
+ |
|
23 |
+\item{use_assay}{Indicate which assay to use for t-SNE if you are running it. |
|
24 |
+Default is "counts"} |
|
21 | 25 |
} |
22 | 26 |
\value{ |
23 | 27 |
A TSNE plot |
... | ... |
@@ -4,7 +4,8 @@ |
4 | 4 |
\alias{plotTSNE} |
5 | 5 |
\title{Plot TSNE} |
6 | 6 |
\usage{ |
7 |
-plotTSNE(count_data, colorBy = "No Color", shape = "No Shape") |
|
7 |
+plotTSNE(count_data, colorBy = "No Color", shape = "No Shape", |
|
8 |
+ use_assay = "counts", reducedDimName = "TSNE") |
|
8 | 9 |
} |
9 | 10 |
\arguments{ |
10 | 11 |
\item{count_data}{A SCE object} |
... | ... |
@@ -12,6 +13,11 @@ plotTSNE(count_data, colorBy = "No Color", shape = "No Shape") |
12 | 13 |
\item{colorBy}{The variable to color clusters by} |
13 | 14 |
|
14 | 15 |
\item{shape}{Shape of the points} |
16 |
+ |
|
17 |
+\item{use_assay}{Indicate which assay to use for PCA. Default is "counts"} |
|
18 |
+ |
|
19 |
+\item{reducedDimName}{TSNE dimension name. The default is PCA. |
|
20 |
+The toolkit will store data with the pattern <ASSSAY>_<ALGORITHM>.} |
|
15 | 21 |
} |
16 | 22 |
\value{ |
17 | 23 |
A TSNE plot |
... | ... |
@@ -4,14 +4,11 @@ |
4 | 4 |
\alias{plotTSNE} |
5 | 5 |
\title{Plot TSNE} |
6 | 6 |
\usage{ |
7 |
-plotTSNE(count_data, tsne_df = NULL, colorBy = "No Color", |
|
8 |
- shape = "No Shape") |
|
7 |
+plotTSNE(count_data, colorBy = "No Color", shape = "No Shape") |
|
9 | 8 |
} |
10 | 9 |
\arguments{ |
11 | 10 |
\item{count_data}{A SCE object} |
12 | 11 |
|
13 |
-\item{tsne_df}{tSNE data frame} |
|
14 |
- |
|
15 | 12 |
\item{colorBy}{The variable to color clusters by} |
16 | 13 |
|
17 | 14 |
\item{shape}{Shape of the points} |
... | ... |
@@ -2,9 +2,7 @@ |
2 | 2 |
% Please edit documentation in R/plotTSNE.R |
3 | 3 |
\name{plotTSNE} |
4 | 4 |
\alias{plotTSNE} |
5 |
-\title{Plot TSNE |
|
6 |
- |
|
7 |
-Use this function to plot PCA or tSNE results} |
|
5 |
+\title{Plot TSNE} |
|
8 | 6 |
\usage{ |
9 | 7 |
plotTSNE(count_data, tsne_df = NULL, colorBy = NULL, shape = NULL) |
10 | 8 |
} |
... | ... |
@@ -21,7 +19,5 @@ plotTSNE(count_data, tsne_df = NULL, colorBy = NULL, shape = NULL) |
21 | 19 |
A TSNE plot |
22 | 20 |
} |
23 | 21 |
\description{ |
24 |
-Plot TSNE |
|
25 |
- |
|
26 | 22 |
Use this function to plot PCA or tSNE results |
27 | 23 |
} |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,27 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/plotTSNE.R |
|
3 |
+\name{plotTSNE} |
|
4 |
+\alias{plotTSNE} |
|
5 |
+\title{Plot TSNE |
|
6 |
+ |
|
7 |
+Use this function to plot PCA or tSNE results} |
|
8 |
+\usage{ |
|
9 |
+plotTSNE(count_data, tsne_df = NULL, colorBy = NULL, shape = NULL) |
|
10 |
+} |
|
11 |
+\arguments{ |
|
12 |
+\item{count_data}{A SCE object} |
|
13 |
+ |
|
14 |
+\item{tsne_df}{tSNE data frame} |
|
15 |
+ |
|
16 |
+\item{colorBy}{The variable to color clusters by} |
|
17 |
+ |
|
18 |
+\item{shape}{Shape of the points} |
|
19 |
+} |
|
20 |
+\value{ |
|
21 |
+A TSNE plot |
|
22 |
+} |
|
23 |
+\description{ |
|
24 |
+Plot TSNE |
|
25 |
+ |
|
26 |
+Use this function to plot PCA or tSNE results |
|
27 |
+} |