Releases: YixiBio/qPCRstat
Releases · YixiBio/qPCRstat
qPCRstat 0.2.0-pre+28.9000
- Change the title to conform popular R package title structure.
qPCRstat 0.2.0-pre+27.0000
- Add
method
argument with default value"sem"
tois.outlier
. The function behaves the same, the related documentation is also updated.
To-do
- Add method to
is.outlier
("boxplot": compare the quantile range)
Full Changelog: v0.1.3-pre+7.9001...v0.2.0-pre+27.0000
qPCRstat 0.1.3-pre+7.9001
v0.1.3-pre+7.9001 Updated README link
qPCRstat 0.1.3-pre+5.9000
Pre-release to match the original change to the GitHub version.
qPCRstat 0.1.2
qPCRstat 0.1.1
- Updated R documentation of
sem
andis.outlier
qPCRstat 0.1.0
- First version of qPCRstat!
Function available in this release
- Added function to calculate fold Change using
ddCt()
orFC_paffl()
. - Added function to calculate SEM (by
sem()
) and Error Bar calculation (mean±SEM) for outlier check and graphics (error.bar()
). - Added function for outlier check (
is.outlier()
)
Other changes
- Added a
NEWS.md
file to track changes to the package.
To-do
- Update help documentation by removing empty sections and adding additional info
Full Changelog: https://github.com/YixiBio/qPCRstat/commits/v0.1.0