Skip to content

Selected col and rows not working - RStudio #30

Open
@Romaindonne

Description

Hello,

I have run the "plot_dot_by_column_name.r" directly in RStudio after facing many difficulties with Python.
It works, except when I try to add the "selected_columns" and "selected_rows". This is the same when using the tutorial data.

TestTuto = dot_plot (selected_rows = "./out_Tutorial/Test/raw.txt",
selected_columns = "./out_Tutorial/Test/col.txt",
filename = 'Tuto_selected_plot.pdf',
width = 8,
height = 10,
means_path = './out_Tutorial/Test/significant_means.txt',
pvalues_path = './out_Tutorial/Test/pvalues.txt',
means_separator = '\t',
pvalues_separator = '\t',
output_extension = '.pdf' )
I got this error:
Error in data.frame(..., check.names = FALSE) :
arguments imply differing number of rows: 1, 0
Called from: data.frame(..., check.names = FALSE)
Browse[1]> Q

Thanks for your help!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions