https://github.com/AllenInstitute/patchseqtools
Tip revision: 3c841b9fe8616cc0d88e4dc44b3048e8861c1687 authored by Jeremy Miller on 03 May 2024, 21:27:39 UTC
Update README.md with VISp viewer
Update README.md with VISp viewer
Tip revision: 3c841b9
qcPlot.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/CCA_wrappers.r
\name{qcPlot}
\alias{qcPlot}
\title{Make QC plots}
\usage{
qcPlot(anno, dendcluster_anno, name, scaleLimits = c(-5000, 12000),
scaleBreaks = seq(0, 12000, 2000), scaleLabels = seq(0, 12, 2),
ylab = "value", fileName = gsub("\\\\.", "_", gsub("_label", "",
name)), outputFolder)
}
\arguments{
\item{anno}{Annotation data frame for patch-seq}
\item{dendcluster_anno}{what to cluster by}
\item{scaleLimits}{scaleLimits}
\item{scaleBreaks}{scaleBreaks}
\item{scaleLabels}{scaleLabels}
\item{ylab}{ylab}
\item{fileName}{fileName}
\item{groupvars}{what to group by}
}
\value{
the plot is returned
}
\description{
Makes QC plots
}