You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using human lymph node data from 10x visium spatial transcriptomics data set. Also, I am little new to coding. I was trying to understand the package STdeconvolve using your youtube tutorial. However, my picture of the dataset generated using MERINGUE looked flipped and rotated and some areas seemed to get cut off. I am attaching both images below for your reference.
I tried changing parameters of parmfrow and using the following code however I was not succesful. Could you help me with understanding how to rotate and get the full image.
pdf("output_plot.pdf", width = 8, height = 10)
par(mfrow = c(1, 1), mar = c(2, 2, 2, 2))
Thank you so much for your help! Kindly let me know if you need more information.
Image of HE section
Rstudio plot
The text was updated successfully, but these errors were encountered:
Hello,
I am using human lymph node data from 10x visium spatial transcriptomics data set. Also, I am little new to coding. I was trying to understand the package STdeconvolve using your youtube tutorial. However, my picture of the dataset generated using MERINGUE looked flipped and rotated and some areas seemed to get cut off. I am attaching both images below for your reference.
I tried changing parameters of parmfrow and using the following code however I was not succesful. Could you help me with understanding how to rotate and get the full image.
pdf("output_plot.pdf", width = 8, height = 10)
par(mfrow = c(1, 1), mar = c(2, 2, 2, 2))
Thank you so much for your help! Kindly let me know if you need more information.
Image of HE section
Rstudio plot
The text was updated successfully, but these errors were encountered: