From 731ec7c1ef010441144473e13e1729523a2e7ae2 Mon Sep 17 00:00:00 2001
From: timoast <4591688+timoast@users.noreply.github.com>
Date: Fri, 2 Sep 2022 14:25:07 -0400
Subject: [PATCH] Update docs
---
DESCRIPTION | 2 +-
man/FeaturePlot.Rd | 8 ++++++--
man/FindAllMarkers.Rd | 4 ----
man/IntegrateData.Rd | 6 ++++--
man/IntegrateEmbeddings.Rd | 6 ++++--
man/PolyFeaturePlot.Rd | 5 +----
man/Seurat-package.Rd | 2 +-
man/reexports.Rd | 2 +-
8 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/DESCRIPTION b/DESCRIPTION
index 999c4610b..e85853fd4 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -95,7 +95,7 @@ Collate:
'tree.R'
'utilities.R'
'zzz.R'
-RoxygenNote: 7.1.2
+RoxygenNote: 7.2.1
Encoding: UTF-8
Suggests:
ape,
diff --git a/man/FeaturePlot.Rd b/man/FeaturePlot.Rd
index 239c0a8c2..b06367ba3 100644
--- a/man/FeaturePlot.Rd
+++ b/man/FeaturePlot.Rd
@@ -10,8 +10,12 @@ FeaturePlot(
features,
dims = c(1, 2),
cells = NULL,
- cols = if (blend) { c("lightgrey", "#ff0000", "#00ff00") } else {
- c("lightgrey", "blue") },
+ cols = if (blend) {
+ c("lightgrey", "#ff0000", "#00ff00")
+ } else {
+
+ c("lightgrey", "blue")
+ },
pt.size = NULL,
order = FALSE,
min.cutoff = NA,
diff --git a/man/FindAllMarkers.Rd b/man/FindAllMarkers.Rd
index 1c8c8897d..622474624 100644
--- a/man/FindAllMarkers.Rd
+++ b/man/FindAllMarkers.Rd
@@ -22,7 +22,6 @@ FindAllMarkers(
latent.vars = NULL,
min.cells.feature = 3,
min.cells.group = 3,
- pseudocount.use = NULL,
mean.fxn = NULL,
fc.name = NULL,
base = 2,
@@ -113,9 +112,6 @@ of the two groups, currently only used for poisson and negative binomial tests}
\item{min.cells.group}{Minimum number of cells in one of the groups}
-\item{pseudocount.use}{Pseudocount to add to averaged expression values when
-calculating logFC. 1 by default.}
-
\item{mean.fxn}{Function to use for fold change or average difference calculation.
If NULL, the appropriate function will be chose according to the slot used}
diff --git a/man/IntegrateData.Rd b/man/IntegrateData.Rd
index c02543005..e08bd682e 100644
--- a/man/IntegrateData.Rd
+++ b/man/IntegrateData.Rd
@@ -64,10 +64,12 @@ should be encoded in a matrix, where each row represents one of the pairwise
integration steps. Negative numbers specify a dataset, positive numbers
specify the integration results from a given row (the format of the merge
matrix included in the \code{\link{hclust}} function output). For example:
-\code{matrix(c(-2, 1, -3, -1), ncol = 2)} gives:\preformatted{ [,1] [,2]
+\code{matrix(c(-2, 1, -3, -1), ncol = 2)} gives:
+
+\if{html}{\out{
}}\preformatted{ [,1] [,2]
[1,] -2 -3
[2,] 1 -1
-}
+}\if{html}{\out{
}}
Which would cause dataset 2 and 3 to be integrated first, then the resulting
object integrated with dataset 1.
diff --git a/man/IntegrateEmbeddings.Rd b/man/IntegrateEmbeddings.Rd
index c3f96ffa5..dc0469132 100644
--- a/man/IntegrateEmbeddings.Rd
+++ b/man/IntegrateEmbeddings.Rd
@@ -75,10 +75,12 @@ should be encoded in a matrix, where each row represents one of the pairwise
integration steps. Negative numbers specify a dataset, positive numbers
specify the integration results from a given row (the format of the merge
matrix included in the \code{\link{hclust}} function output). For example:
-\code{matrix(c(-2, 1, -3, -1), ncol = 2)} gives:\preformatted{ [,1] [,2]
+\code{matrix(c(-2, 1, -3, -1), ncol = 2)} gives:
+
+\if{html}{\out{}}\preformatted{ [,1] [,2]
[1,] -2 -3
[2,] 1 -1
-}
+}\if{html}{\out{
}}
Which would cause dataset 2 and 3 to be integrated first, then the resulting
object integrated with dataset 1.
diff --git a/man/PolyFeaturePlot.Rd b/man/PolyFeaturePlot.Rd
index 1eacd0ecd..a2b2fc588 100644
--- a/man/PolyFeaturePlot.Rd
+++ b/man/PolyFeaturePlot.Rd
@@ -33,10 +33,7 @@ PolyFeaturePlot(
\item{ncol}{Number of columns to split the plot into}
-\item{min.cutoff}{Vector of minimum and maximum cutoff values for each feature,
-may specify quantile in the form of 'q##' where '##' is the quantile (eg, 'q1', 'q10')}
-
-\item{max.cutoff}{Vector of minimum and maximum cutoff values for each feature,
+\item{min.cutoff, max.cutoff}{Vector of minimum and maximum cutoff values for each feature,
may specify quantile in the form of 'q##' where '##' is the quantile (eg, 'q1', 'q10')}
\item{common.scale}{...}
diff --git a/man/Seurat-package.Rd b/man/Seurat-package.Rd
index 9b3fc3749..351af75c9 100644
--- a/man/Seurat-package.Rd
+++ b/man/Seurat-package.Rd
@@ -6,7 +6,7 @@
\alias{Seurat-package}
\title{Seurat: Tools for Single Cell Genomics}
\description{
-A toolkit for quality control, analysis, and exploration of single cell RNA sequencing data. 'Seurat' aims to enable users to identify and interpret sources of heterogeneity from single cell transcriptomic measurements, and to integrate diverse types of single cell data. See Satija R, Farrell J, Gennert D, et al (2015) , Macosko E, Basu A, Satija R, et al (2015) , Stuart T, Butler A, et al (2019) , and Hao, Hao, et al (2020) for more details.
+A toolkit for quality control, analysis, and exploration of single cell RNA sequencing data. 'Seurat' aims to enable users to identify and interpret sources of heterogeneity from single cell transcriptomic measurements, and to integrate diverse types of single cell data. See Satija R, Farrell J, Gennert D, et al (2015) \doi{10.1038/nbt.3192}, Macosko E, Basu A, Satija R, et al (2015) \doi{10.1016/j.cell.2015.05.002}, Stuart T, Butler A, et al (2019) \doi{10.1016/j.cell.2019.05.031}, and Hao, Hao, et al (2020) \doi{10.1101/2020.10.12.335331} for more details.
}
\section{Package options}{
diff --git a/man/reexports.Rd b/man/reexports.Rd
index 2c9dbf1e5..4e5b1716e 100644
--- a/man/reexports.Rd
+++ b/man/reexports.Rd
@@ -68,6 +68,6 @@ These objects are imported from other packages. Follow the links
below to see their documentation.
\describe{
- \item{SeuratObject}{\code{\link[SeuratObject]{AddMetaData}}, \code{\link[SeuratObject:ObjectAccess]{Assays}}, \code{\link[SeuratObject]{Cells}}, \code{\link[SeuratObject]{CellsByIdentities}}, \code{\link[SeuratObject]{Command}}, \code{\link[SeuratObject]{CreateAssayObject}}, \code{\link[SeuratObject]{CreateDimReducObject}}, \code{\link[SeuratObject]{CreateSeuratObject}}, \code{\link[SeuratObject]{DefaultAssay}}, \code{\link[SeuratObject:DefaultAssay]{DefaultAssay<-}}, \code{\link[SeuratObject]{Distances}}, \code{\link[SeuratObject]{Embeddings}}, \code{\link[SeuratObject]{FetchData}}, \code{\link[SeuratObject:AssayData]{GetAssayData}}, \code{\link[SeuratObject]{GetImage}}, \code{\link[SeuratObject]{GetTissueCoordinates}}, \code{\link[SeuratObject:VariableFeatures]{HVFInfo}}, \code{\link[SeuratObject]{Idents}}, \code{\link[SeuratObject:Idents]{Idents<-}}, \code{\link[SeuratObject]{Images}}, \code{\link[SeuratObject]{Index}}, \code{\link[SeuratObject:Index]{Index<-}}, \code{\link[SeuratObject]{Indices}}, \code{\link[SeuratObject]{IsGlobal}}, \code{\link[SeuratObject]{JS}}, \code{\link[SeuratObject:JS]{JS<-}}, \code{\link[SeuratObject]{Key}}, \code{\link[SeuratObject:Key]{Key<-}}, \code{\link[SeuratObject]{Loadings}}, \code{\link[SeuratObject:Loadings]{Loadings<-}}, \code{\link[SeuratObject]{LogSeuratCommand}}, \code{\link[SeuratObject]{Misc}}, \code{\link[SeuratObject:Misc]{Misc<-}}, \code{\link[SeuratObject:ObjectAccess]{Neighbors}}, \code{\link[SeuratObject]{Project}}, \code{\link[SeuratObject:Project]{Project<-}}, \code{\link[SeuratObject]{Radius}}, \code{\link[SeuratObject:ObjectAccess]{Reductions}}, \code{\link[SeuratObject]{RenameCells}}, \code{\link[SeuratObject:Idents]{RenameIdents}}, \code{\link[SeuratObject:Idents]{ReorderIdent}}, \code{\link[SeuratObject]{RowMergeSparseMatrices}}, \code{\link[SeuratObject:VariableFeatures]{SVFInfo}}, \code{\link[SeuratObject:AssayData]{SetAssayData}}, \code{\link[SeuratObject:Idents]{SetIdent}}, \code{\link[SeuratObject:VariableFeatures]{SpatiallyVariableFeatures}}, \code{\link[SeuratObject:Idents]{StashIdent}}, \code{\link[SeuratObject]{Stdev}}, \code{\link[SeuratObject]{Tool}}, \code{\link[SeuratObject:Tool]{Tool<-}}, \code{\link[SeuratObject]{UpdateSeuratObject}}, \code{\link[SeuratObject]{VariableFeatures}}, \code{\link[SeuratObject:VariableFeatures]{VariableFeatures<-}}, \code{\link[SeuratObject]{WhichCells}}, \code{\link[SeuratObject]{as.Graph}}, \code{\link[SeuratObject]{as.Neighbor}}, \code{\link[SeuratObject]{as.Seurat}}, \code{\link[SeuratObject]{as.sparse}}}
+ \item{SeuratObject}{\code{\link[SeuratObject]{AddMetaData}}, \code{\link[SeuratObject]{as.Graph}}, \code{\link[SeuratObject]{as.Neighbor}}, \code{\link[SeuratObject]{as.Seurat}}, \code{\link[SeuratObject]{as.sparse}}, \code{\link[SeuratObject:ObjectAccess]{Assays}}, \code{\link[SeuratObject]{Cells}}, \code{\link[SeuratObject]{CellsByIdentities}}, \code{\link[SeuratObject]{Command}}, \code{\link[SeuratObject]{CreateAssayObject}}, \code{\link[SeuratObject]{CreateDimReducObject}}, \code{\link[SeuratObject]{CreateSeuratObject}}, \code{\link[SeuratObject]{DefaultAssay}}, \code{\link[SeuratObject:DefaultAssay]{DefaultAssay<-}}, \code{\link[SeuratObject]{Distances}}, \code{\link[SeuratObject]{Embeddings}}, \code{\link[SeuratObject]{FetchData}}, \code{\link[SeuratObject:AssayData]{GetAssayData}}, \code{\link[SeuratObject]{GetImage}}, \code{\link[SeuratObject]{GetTissueCoordinates}}, \code{\link[SeuratObject:VariableFeatures]{HVFInfo}}, \code{\link[SeuratObject]{Idents}}, \code{\link[SeuratObject:Idents]{Idents<-}}, \code{\link[SeuratObject]{Images}}, \code{\link[SeuratObject]{Index}}, \code{\link[SeuratObject:Index]{Index<-}}, \code{\link[SeuratObject]{Indices}}, \code{\link[SeuratObject]{IsGlobal}}, \code{\link[SeuratObject]{JS}}, \code{\link[SeuratObject:JS]{JS<-}}, \code{\link[SeuratObject]{Key}}, \code{\link[SeuratObject:Key]{Key<-}}, \code{\link[SeuratObject]{Loadings}}, \code{\link[SeuratObject:Loadings]{Loadings<-}}, \code{\link[SeuratObject]{LogSeuratCommand}}, \code{\link[SeuratObject]{Misc}}, \code{\link[SeuratObject:Misc]{Misc<-}}, \code{\link[SeuratObject:ObjectAccess]{Neighbors}}, \code{\link[SeuratObject]{Project}}, \code{\link[SeuratObject:Project]{Project<-}}, \code{\link[SeuratObject]{Radius}}, \code{\link[SeuratObject:ObjectAccess]{Reductions}}, \code{\link[SeuratObject]{RenameCells}}, \code{\link[SeuratObject:Idents]{RenameIdents}}, \code{\link[SeuratObject:Idents]{ReorderIdent}}, \code{\link[SeuratObject]{RowMergeSparseMatrices}}, \code{\link[SeuratObject:AssayData]{SetAssayData}}, \code{\link[SeuratObject:Idents]{SetIdent}}, \code{\link[SeuratObject:VariableFeatures]{SpatiallyVariableFeatures}}, \code{\link[SeuratObject:Idents]{StashIdent}}, \code{\link[SeuratObject]{Stdev}}, \code{\link[SeuratObject:VariableFeatures]{SVFInfo}}, \code{\link[SeuratObject]{Tool}}, \code{\link[SeuratObject:Tool]{Tool<-}}, \code{\link[SeuratObject]{UpdateSeuratObject}}, \code{\link[SeuratObject]{VariableFeatures}}, \code{\link[SeuratObject:VariableFeatures]{VariableFeatures<-}}, \code{\link[SeuratObject]{WhichCells}}}
}}