raivokolde / pheatmap

Pretty heatmaps
225 stars 83 forks source link

A simple input #83

Closed Geize closed 2 years ago

Geize commented 2 years ago

Hi there,

I have a silly question about the input data to follow your examples.

:-D

If I use the excel file (read_xlsx(~/myfile.xlsx)) in this format ...

PFAM values samples PF00005 5.82757222 A PF00005 5.47322617 B PF00005 5.24894896 C PF00005 5.64023729 D PF00006 5.64023729 A PF00006 5.64023729 B ....

It works in examples 'Data usage' and 'Data scale'.

But I cannot use it in "Ordering". I did not understand this file "data_exprs" was exported to be input or how should I arrange my file.

Do you mind give a hand with this? thanks.

Geize commented 2 years ago

HI there,

I figured out.

Using "...read_csv(file.csv, col_namesc('x', 'son on') ,skip = 1). And then, glimpse().

Sorry... :-D