https://github.com/AllenInstitute/patchseqtools
Raw File
Tip revision: 60869bd023ebea3dbb32b9745bd0ca9caea88bec authored by Jeremy Miller on 26 May 2020, 18:49:17 UTC
Update README.md
Tip revision: 60869bd
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
}
back to top