Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facing error while creating multi compare plot #1

Open
deppworld opened this issue May 2, 2022 · 3 comments
Open

Facing error while creating multi compare plot #1

deppworld opened this issue May 2, 2022 · 3 comments

Comments

@deppworld
Copy link

Hi, I was testing a few lncRNA in breast cancer. I am getting individual plots easily but facing error while I am creating a combined plot of multiple lncRNA. Error is following:

prad <- pre_multiCompare(files = list("ENST00000430027.3_BRCA_cor.txt",

  •                                   "ENST00000494582.1_BRCA_cor.txt",
    
  •                                   "ENST00000423211.1_BRCA_cor.txt"), compare = "lncRNA")
    

plot_multiCompare(prad)
Error in grid.Call.graphics(C_setviewport, vp, TRUE) :
non-finite location and/or size for viewport
In addition: Warning message:
Removed 1 rows containing missing values (geom_point).

@ynren1020
Copy link
Collaborator

Hi @deppworld,

Do you mind to share your output files (ENST00000430027.3_BRCA_cor.txt,ENST00000494582.1_BRCA_cor.txt,ENST00000423211.1_BRCA_cor.txt) with me? If yes, you can send them to [email protected].

Thanks,

Yanan

@ynren1020
Copy link
Collaborator

Hi @deppworld,

I sent you the results I produced. Could you please take a closer look at your file "ENST00000430027.3_BRCA_cor.txt". The last row of the results is not complete, it should have 8 columns rather than 5 columns. This line will cause the missing value in the pre_multiCompare output which leads to the error you have met.

Yanan

@deppworld
Copy link
Author

Hi @ynren1020
Thanks for your reply. I will check why I am getting missing values.

Deepak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants