campbio / decontX

Methods for decontamination of single cell data
MIT License
26 stars 1 forks source link

Issues in moving decontX functions from celda to decontX #4

Closed yuan-yin-truly closed 1 year ago

yuan-yin-truly commented 1 year ago
yuan-yin-truly commented 1 year ago

Work on branch decontX_func

yuan-yin-truly commented 1 year ago

For point 1, normalizeCounts() is used by celda. Removed it from decontX repo and called celda::normalizeCounts() when needed. retrieveFeatureIndex() is only used by decontX related functions. Kept in decontX repo and rewrote its Roxygen example. Removed celdaCGSim dataset from decontX repo.

yuan-yin-truly commented 1 year ago

For point 2, call celda:: when needing dimension reduction plots for now.