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
There is some weird behaviour when using a SingleCellExperiment with one cell. Firstly, note that we have two.cell columns in the second example, and both of them become part of the full coldata:
This example works fine:
>tidySingleCellExperiment::pbmc_small[, 1:2] |>tidySingleCellExperiment::join_features("HLA-DRA")
# A SingleCellExperiment-tibble abstraction: 2 × 20# Features=230 | Cells=2 | Assays=counts, logcounts.cell.feat…¹ .abun…² .abun…³ orig.…⁴ nCoun…⁵ nFeat…⁶ RNA_s…⁷ lette…⁸ groups<chr><chr><dbl><dbl><fct><dbl><int><fct><fct><chr>1ATGCCA… HLA-DRA00Seurat… 70470Ag22CATGGC… HLA-DRA14.78Seurat… 85520Ag1# … with 10 more variables: RNA_snn_res.1 <fct>, file <chr>, ident <fct>,# PC_1 <dbl>, PC_2 <dbl>, PC_3 <dbl>, PC_4 <dbl>, PC_5 <dbl>, tSNE_1 <dbl>,# tSNE_2 <dbl>, and abbreviated variable names ¹.feature, ².abundance_counts,# ³.abundance_logcounts, ⁴orig.ident, ⁵nCount_RNA, ⁶nFeature_RNA,# ⁷RNA_snn_res.0.8, ⁸letter.idents# ℹ Use `colnames()` to see all variable names
The text was updated successfully, but these errors were encountered:
multimeric
changed the title
Bug when using joinFeatures + SingleCellExperiment with ` row
Bug when using joinFeatures + SingleCellExperiment with 1 cell
Apr 20, 2023
There is some weird behaviour when using a
SingleCellExperiment
with one cell. Firstly, note that we have two.cell
columns in the second example, and both of them become part of the full coldata:This example works fine:
But as soon as we use one cell:
The text was updated successfully, but these errors were encountered: