xuranw / MuSiC

Multi-subject Single Cell Deconvolution
https://github.com/xuranw/MuSiC
GNU General Public License v3.0
229 stars 90 forks source link

About the CIBERSORT used in your paper #14

Closed Jeremy-qf closed 5 years ago

Jeremy-qf commented 5 years ago

Hi, Xuranw thanks for your great package. I just have a question in your paper. Since you have compared CIBERSORT with MuSiC in your paper, what is the signature for the CIBERSORT you used? Looking forward to your response Thanks Fei

Jeremy-qf commented 5 years ago

What's more, the package "MuSiC" cannot be installed in Windows system (I tried several times and failed finally), but works well in Linux system. Is that right?

xuranw commented 5 years ago

Hi Fei,

Thanks for using MuSiC. CIBERSORT has their own website that will generate signature matrix from single cell reference. MuSiC should be working under Windows system. Could you please provide more info on that?

Best, Xuran

Jeremy-qf commented 5 years ago

Hi Xuranw Thanks for your response. Each time I try to install MuSiC, it appears problems below. Same thing happened in many computers of my friends, and we had to change to linux system finally. Have you successfully installed it in windows before? Thanks Best Fei [Image]

Get Outlook for Androidhttps://aka.ms/ghei36


From: xuranw notifications@github.com Sent: Friday, February 8, 2019 3:20:22 PM To: xuranw/MuSiC Cc: QIN, FEI; Author Subject: Re: [xuranw/MuSiC] About the CIBERSORT used in your paper (#14)

Hi Fei,

Thanks for using MuSiC. CIBERSORT has their own website that will generate signature matrix from single cell reference. MuSiC should be working under Windows system. Could you please provide more info on that?

Best, Xuran

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://protect2.fireeye.com/url?k=784401901b7ae590.78444f51-9cad2c1f21874925&u=https://github.com/xuranw/MuSiC/issues/14#issuecomment-461934108, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AtQgYNHbgl8AsFhtSwFmjMILLM9hHjYIks5vLdwGgaJpZM4awceQ.

xuranw commented 5 years ago

Hi Fei,

Sorry, I could not see the image. Yes, I have installed my package on my own computer and my labmates' computers. They are under Windows system.

Jeremy-qf commented 5 years ago

Hey, try to open the image now. I just use the code like:

install devtools if necessary

install.packages('devtools')

install the MuSiC package

devtools::install_github('xuranw/MuSiC')

load

library(MuSiC)

Then error happens.

Thanks

Fei


发件人: xuranw notifications@github.com 发送时间: 2019年2月9日 5:38:53 收件人: xuranw/MuSiC 抄送: QIN, FEI; Author 主题: Re: [xuranw/MuSiC] About the CIBERSORT used in your paper (#14)

Hi Fei,

Sorry, I could not see the image. Yes, I have installed my package on my own computer and my labmates' computers. They are under Windows system.

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://protect2.fireeye.com/url?k=ae4563f34d417730.ae452d32-fb572cb7f8e6f97f&u=https://github.com/xuranw/MuSiC/issues/14#issuecomment-461955779, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AtQgYBuBG7_wJKTmVkUBs_N2l7_nwj5oks5vLe5tgaJpZM4awceQ.

ectopicaPKC commented 5 years ago

devtools::install_github('xuranw/MuSiC') Error in read.dcf(path) : Found continuation line starting ' plyr, ...' at begin of record.

I'm pretty sure that is the error Fei is referring too, as I too just got that error.

Thanks

xuranw commented 5 years ago

Thanks for using MuSiC. Actually I'm not sure what happened.

After searching on Internet, Here is the proposed solution: library(remotes) install_url(url="https://github.com/xuranw/MuSiC/archive/master.zip", INSTALL_opt= "--no-multiarch")

Hope that helps.

Best, Xuran

ectopicaPKC commented 5 years ago

Thanks. That fixed the issue.