man/plotTSNE.Rd
f4d70b88
 % Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/plotTSNE.R
 \name{plotTSNE}
 \alias{plotTSNE}
040d27f1
 \title{Plot TSNE}
f4d70b88
 \usage{
9806bb6f
 plotTSNE(count_data, colorBy = "No Color", shape = "No Shape")
f4d70b88
 }
 \arguments{
 \item{count_data}{A SCE object}
 
 \item{colorBy}{The variable to color clusters by}
 
 \item{shape}{Shape of the points}
 }
 \value{
 A TSNE plot
 }
 \description{
 Use this function to plot PCA or tSNE results
 }