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

Error in plot_theme(): ! The legend.text.align theme element is not defined in the element hierarchy. #5

Open
yjiang296 opened this issue Mar 4, 2024 · 0 comments

Comments

@yjiang296
Copy link

...
19 28 0.8110 -1.630 0.942 16.2 3.16 207
20 30 0.7870 -1.670 0.929 13.3 2.31 182
Error in plot_theme():
! The legend.text.align theme element is not defined in the element hierarchy.
Run rlang::last_trace() to see where the error occurred.

Hello, I happened to this problem, and I have tried many ways but in vain, can you give me any hint?

[PS:my code are

expdat <- read.delim("/Users/yjiang/Documents/projects/杂种胚/wgcna/graph.BMMB.fpkm.trimed.txt",header = T)
traitdat <- read.delim("/Users/yjiang/Documents/projects/杂种胚/wgcna/BMMB.trimmed_traits.txt",header = T)

oneStepWGCNA(
exp.mat = expdat,
lazy_modle = T,
save_fig = T,
F.path = "/Users/yjiang/Documents/projects/杂种胚/wgcna",iterative=T,
grey_cut = 1, datatype = 'FPKM',
r_cutoff = 0.3,
pheofile = traitdat
)
]

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

1 participant