-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
46 lines (39 loc) · 1.38 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\name{frenchFISHnews}
\title{News for Package \pkg{frenchFISH}}
\encoding{UTF-8}
\section{Version 0.99.10}{\itemize{
\item
Set default volume fraction correction to be maximum volume correction for
correcting manual spot counts (getManualCountsEstimates).
}}
\section{Version 0.99.9}{\itemize{
\item
Added an argument to getManualCountsEstimates and getAutomaticCountsEstimates.
Accordingly returned helper functions getMaxVolumeFrac and getMinVolumeFrac.
}}
\section{Version 0.99.8}{\itemize{
\item
Corrected bug that performed max volume correction for manual spot correction
rather than average volume correction. Added a mean count estimation as an
output to getManualCountsEstimates. Removed three unused helper functions,
getMaxVolumeFrac, getMinVolumeFrac, and getVsegFrac.
}}
\section{Version 0.99.7}{\itemize{
\item
Added convertFishalyserCsvToCountMatrix function to convert the CSV count
output of the FISHalyseR Bioconductor package to a probe count matrix suitable
for frenchFISH's getAutomaticCountsEstimates function. Updated vignette to
reflect this addition.
}}
\section{Version 0.99.5}{\itemize{
\item
Subscribed to bioc-devel.
}}
\section{Version 0.99.5}{\itemize{
\item
Added seed-setting explanation in vignette and slightly changed the readme.
}}
\section{Version 0.99.4}{\itemize{
\item
Changed accepted input data structure for area probe counts from a dataframe to a matrix.
}}