Teichlab / cellphonedb

MIT License
342 stars 105 forks source link

input file format #287

Closed ysu2015 closed 3 years ago

ysu2015 commented 3 years ago

Hi,

I was wondering what is the format for the input files (.txt) for cellphonedb. I tried .csv, which sep by "," or .txt, which sep by " ". All give me error. Thank you so much.

Y

prete commented 3 years ago

Hi @ysu2015, .txt file separator is \t (tab). Could you describe the errror you're getting or provide a sample of the file that's giving you the error?

ysu2015 commented 3 years ago

HI Prete, Thank you for your quick reply. I reformated my input file to use "\t" as sep. It works. The program run. Thank you so much.

Y