-
Notifications
You must be signed in to change notification settings - Fork 42
Version Log
wguo-research edited this page Mar 3, 2021
·
8 revisions
- Update the codes to be compatible with
Seurat (v4.0.0)
. - Update some details of the help documentation.
- Add
generate10Xdata
function, which can generate a 10X-like data folder based on expression matrix and gene information. - Update the codes to be compatible with
SoupX (v1.4.8)
. - Add the parameters
harmony.theta
,harmony.lambda
,harmony.sigma
to therunScCombination
function. - Provide more detailed installation instruction.
- Update some details of reports.
- Add
Harmony
andLIGER
algorithms toscCombination
. - Add
runSurvival
function.
- Add
SoupX
ambient RNAs contamination analyses. - Add doublet scores estimation.
- Add
UMAP
low-dimension visualization. - Update some details of cell malignancy estimation.
- Add cell-cell interaction analyses.
- Add multi-samples data integration analyses.
- Update the codes to be compatible with multi-modal data.
- Refine some details of reports.
- Fix some bugs.
- Implement main functions of
scStatistics
andscAnnotation
.