You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allthresholdestimatesareadjustedtoaccountfordifferencesinbinsizesbetween \code{reference} and \code{data}.
40
+
Thefinalvaluescanbeusedtodirectlyfilteronabundancesin \code{data}; checkouttheuser's guide for more details.
37
41
}
38
42
39
43
\value{
40
44
A list is returned containing \code{abundances}, a numeric vector with the average abundances of all bin pairs in \code{data}.
41
45
For \code{filterDirect}, the list contains a numeric scalar \code{threshold}, i.e., the non-specific ligation rate.
42
-
For \code{filterTrended}, the list contains \code{threshold}, a numeric vector containing the threshold for each bin pair; and \code{log.distances}, a numeric vector with the log-distances for each bin pair.
46
+
For \code{filterTrended}, the list contains \code{threshold}, a numeric vector containing the threshold for each bin pair; and \code{log.distance}, a numeric vector with the log-distances for each bin pair.
47
+
48
+
If \code{reference} is specified in either function, an additional list named \code{ref} is also returned.
49
+
This contains the filtering information for the bin pairs in \code{reference}, same as that reported above for each bin pair in \code{data}.
43
50
}
44
51
45
52
\seealso{
@@ -73,6 +80,24 @@ y[keep,]
73
80
trended <- filterTrended(y)
74
81
keep <- trended$abundances > trended$threshold
75
82
y[keep,]
83
+
84
+
# Running reference comparisons, using larger bin pairs.
0 commit comments