NEWS.md
readSCP()
and readSCPFromDIANN()
to use new QFeatures implementations.addReducedDims()
(see #52)readSCP()
man pageQFeatures
plot in the vignettescp
computeSCR
now allows for user supplied function that will summarize the values from multiple samples and multiple carrier.QFeatures
recap vignetterowDataToDF
. This function is now replaced by QFeatures::rbindRowData
.readSCP
now allows for a suffix
argument to better customize the sample names. <2021-03-17>medianCVperCell
, ‘computeMedianCV_SCoPE2’ is now deprecated and should no longer be used. <2021-02-19>medianCVperCell
. The SCoPE2
normalization method can now reproduce the results from SCoPE2. <2021-02-19>rowDataName
argument to computeSCR
<2021-02-08>removeEmptyCol
argument in readSCP
to automatically remove columns that contain only NA’s <2021-02-06>pep2qvalue
and the corresponding section in the vignette. <2021-01-23>computeFDR
to catch up with the new release of SCoPE2. computeFDR
was renamed to pep2qvalue
. This is more in line with the theory. Also adapted the unit tests. <2021-01-23>scp
data structure in the vignette <2021-01-05>groupCol
to groupBy
and pepCol
to PEP
in computeFDR
. <2020-12-08>computeMedianCV
to computeMedianCV_SCoPE2
and deprecated the function. The function will be preserved for backward compatibility with the replication of the SCoPE2 analysis (Specht et al. 2020). Instead, a new function is implemented and called medianCVperCell
. See issue#7 for more information <2020-12-07>README.md
: extended the installation guide, providing both a stable and a devel installation. <2020-10-13 Tue>LazyLoad
from the DESCRIPTION
file and adapted the data loading (eg data(scp1)
to data("scp1")
) <2020-10-13 Tue>computeFDR
can handle missing values (see issue #12) <2020-10-02 Fri>