You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**HiTME's is an R package that combines [scGate](https://github.com/carmonalab/scGate) and [ProjecTILs](https://github.com/carmonalab/ProjecTILs) to classify cell types in single-cell RNA-seq data at high resolution and with great flexibility and transparency.**
19
+
**HiTME is an R package that combines [scGate](https://github.com/carmonalab/scGate) and [ProjecTILs](https://github.com/carmonalab/ProjecTILs) to classify cell types in single-cell RNA-seq data at high resolution and with large flexibility (e.g. easy to include new cell types).**
20
20
21
21
The function takes as input `Seurat` objects (or list of them). These should be split by sample to avoid batch effects, or split internally in `Run.HitME` by indicating the parameter `split.by`.
22
22
@@ -126,7 +126,7 @@ The Hit object summarize the cell type annotation and contain the following slot
126
126
127
127
3.2. frequency
128
128
129
-
3.3. CLR (Central log ratio)-transformed frequency
129
+
3.3. CLR (Centred log ratio)-transformed counts (useful for downstream analyses such as PCA/[Logratio analysis](https://doi.org/10.1146/annurev-statistics-042720-124436) )
130
130
131
131
4. Aggregated profile of predicted cell types: `aggregated_profile`. Including:
0 commit comments