MuSiC icon indicating copy to clipboard operation
MuSiC copied to clipboard

Multi-subject Single Cell Deconvolution

Results 93 MuSiC issues
Sort by recently updated
recently updated
newest added

Error: ``` Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘exprs’ for signature ‘"matrix"’ ``` Raised from: https://github.com/xuranw/MuSiC/blame/0a3e3af45d4bd018939013660a3e83e580fa3bac/R/music2.R#L340 The actual code tries to...

Thanks for you powerful pachage. Here, when I followed the tutorial for Estimation of cell type proportions with pre-grouping of cell types, I met an error. ![image](https://github.com/xuranw/MuSiC/assets/138403141/99d76f9b-520f-4989-9314-3569f3098df6) And I don't...

Hi, When I'm using music_prop it only gives back 7 out of the 8 cell types even when I increase the cell type number to 12 it only gives 7...

Running `music2_prop`, the following issue happens if 'select.ct' argument = NULL. It's allowed to be NULL in the original music_prop, and a NULL value means "use all cell types in...

Hi, I am having issues in R 4.1 with the installation; specifically errors with TOAST: See details below: >devtools::install_github('xuranw/MuSiC') Downloading GitHub repo xuranw/MuSiC@HEAD These packages have more recent versions available....

If I want to analyze the RNAseq data of TCGA, which data should be used? count or tpm or fpkm?

![图片](https://github.com/xuranw/MuSiC/assets/138894823/9d0c971d-0ffa-4159-b947-dd1da91f5777)

I'm curious if anyone knows how to appropriately merge multiple single cell datasets to create a reference dataset that's compatible with MuSiC? I'm trying to deconvolute a bulk RNA-seq dataset...

Hello, when I run the MuSiC2, By default, all the threads of the server are occupied, how to limit the number of occupied resources?I could not find the relevant interface.

In the function `music_prop_toast`, it calls `music_prop` several times with argument `markers = markers`. However `markers` is never defined in the main `music_prop_toast` function and it isn't an input argument...