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

Fig1 Coexpression analysis of lncRNA and Cuproptosis.r #1

Open
w28924461701 opened this issue Jun 23, 2022 · 0 comments
Open

Fig1 Coexpression analysis of lncRNA and Cuproptosis.r #1

w28924461701 opened this issue Jun 23, 2022 · 0 comments

Comments

@w28924461701
Copy link
Owner

rt1 <- data.frame(rt)
head(rt)
gg1<-ggplot(data = rt1,aes(axis1 = lncRNA,axis2 = Cuproptosis,
weight = cor)) +
scale_x_discrete(limits = c("lncRNA", "Cuproptosis"), expand = c(.1, .05)) +
geom_alluvium(aes(fill = Cuproptosis)) +
geom_stratum(alpha = .5) +
theme_minimal() +
ggtitle("Coexpression analysis of lncRNA and Cuproptosis")

pdf(file="gg1.pdf", width=6, height=4.75)
print(gg1)
dev.off()

@w28924461701 w28924461701 changed the title Coexpression analysis of lncRNA and Cuproptosis Fig1 Coexpression analysis of lncRNA and Cuproptosis.r Jul 20, 2022
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