Browse code

Function description update

Yuan authored on 15/01/2022 02:34:13
Showing 1 changed files

... ...
@@ -75,7 +75,7 @@ should be considered different batches. Default NULL.}
75 75
 \item{background}{A numeric matrix of counts or a
76 76
 \linkS4class{SingleCellExperiment} with the matrix located in the assay
77 77
 slot under \code{assayName}. It should have the same data format as \code{x}
78
-except it contains the empty droplets instead of cells. When supplied, 
78
+except it contains the empty droplets instead of cells. When supplied,
79 79
 empirical distribution of transcripts from these empty droplets
80 80
 will be used as the contamination distribution. Default NULL.}
81 81
 
... ...
@@ -83,7 +83,7 @@ will be used as the contamination distribution. Default NULL.}
83 83
 is a \linkS4class{SingleCellExperiment}. Default to same as
84 84
 \code{assayName}.}
85 85
 
86
-\item{bgBatch}{Numeric or character vector. Batch labels for 
86
+\item{bgBatch}{Numeric or character vector. Batch labels for
87 87
 \code{background}. Its unique values should be the same as those in
88 88
 \code{batch}, such that each batch of cells have their corresponding batch
89 89
 of empty droplets as background, pointed by this parameter. Default to NULL.}