We should write a function that takes an integrated SCE object and calculates the IDER-based metric. The final output from this function should be an R object that can be saved to file, likely either TSV or RDS depending on the specific content of the calculations.
References:
As described in the references above, the input will need to be a Seurat object, so this function will need to convert SCE --> Seurat to begin.
We should write a function that takes an integrated SCE object and calculates the IDER-based metric. The final output from this function should be an R object that can be saved to file, likely either TSV or RDS depending on the specific content of the calculations.
References:
As described in the references above, the input will need to be a
Seuratobject, so this function will need to convert SCE --> Seurat to begin.