论文Single-cellprofilingofvascularendothelialcellsrevealsprogressiveorgan-specificvulnerabilitiesduringobesityhttps://www.nature.com/articles/s42255-022-00674-x#Sec58s42255-022-00674-x.pdfhttps://github.com/Osynchronika/sc_EC_obesity_atlas大部分作图的数据都有,可以试着用论文中提供的数据复现一下论文中的图论文中figure2和figure3中有很多种柱形图,争取把
论文Independentphenotypicplasticityaxesdefinedistinctobesitysub-typeshttps://www.nature.com/articles/s42255-022-00629-2#Sec15s42255-022-00629-2.pdf论文中没有公开代码,但是所有作图数据都公开了,我们可以试着用论文中提供的数据模仿论文中的图今天的推文重复一下论文中的Fig3b差异表达火山图,之前也有推文介绍过火山图,今天的推文主要学习的一个知识点是利用latex2exp这个R包添加文本,包括上下标换行换行的基本写法ggplot()+geom_point(a
论文PlasmaproteomeanalysesinindividualsofEuropeanandAfricanancestryidentifycis-pQTLsandmodelsforproteome-wideassociationstudieshttps://www.nature.com/articles/s41588-022-01051-w本地pdfs41588-022-01051-w.pdf代码链接https://zenodo.org/record/6332981#.YroV0nZBzichttps://github.com/Jingning-Zhang/PlasmaProtein/
论文MicrobiomesintheChallengerDeepslopeandbottom-axissedimentshttps://www.nature.com/articles/s41467-022-29144-4#code-availability对应代码链接https://github.com/ucassee/Challenger-Deep-Microbes论文里提供了大部分图的数据和代码,很好的学习材料,感兴趣的同学可以找来参考,今天的推文重复一下论文中的Figure3b示例数据集部分截图image.png读取数据dat01作图代码library(ggplot2)library(s
论文Single-cellprofilingofvascularendothelialcellsrevealsprogressiveorgan-specificvulnerabilitiesduringobesityhttps://www.nature.com/articles/s42255-022-00674-x#Sec58s42255-022-00674-x.pdfhttps://github.com/Osynchronika/sc_EC_obesity_atlas大部分作图的数据都有,可以试着用论文中提供的数据复现一下论文中的图今天的推文我们复现一下论文中的figure2b水平堆积柱形图
论文MiDAS4:Aglobalcatalogueoffull-length16SrRNAgenesequencesandtaxonomyforstudiesofbacterialcommunitiesinwastewatertreatmentplantshttps://www.nature.com/articles/s41467-022-29438-7数据链接https://figshare.com/articles/dataset/Dueholm2021a_data_zip/16566408/1代码链接https://github.com/msdueholm/MiDAS4今天的推文重复一下
论文Asaturatedmapofcommongeneticvariantsassociatedwithhumanheighthttps://www.nature.com/articles/s41586-022-05275-ys41586-022-05275-y.pdf代码没有公开,但是作图数据基本都公开了,争取把每个图都重复一遍今天的推文重复论文中的extendedFigure4频率分布直方图和散点图添加误差线首先是图a频率分布直方图library(readxl)dat1")image.png第二个图bdatbimage.png最后是拼图library(patchwork)p1+p2imag
论文Changesinplantinputsaltersoilcarbonandmicrobialcommunitiesinforest本地pdfGlobalChangeBiology-2022-Feng-Changesinplantinputsaltersoilcarbonandmicrobialcommunitiesinforest.pdf今天的推文重复一下论文中的Figure3,这个是之前有读者在公众号后台的留言,之前我不知道怎么实现这种好几个子图中间没有空白的形式,有读者留言可以用分面然后调节主题里的参数panel.spacing=unit(0,'lines'),有了基本思路就可以尝试
论文Single-cellprofilingofvascularendothelialcellsrevealsprogressiveorgan-specificvulnerabilitiesduringobesityhttps://www.nature.com/articles/s42255-022-00674-x#Sec58s42255-022-00674-x.pdfhttps://github.com/Osynchronika/sc_EC_obesity_atlas大部分作图的数据都有,可以试着用论文中提供的数据复现一下论文中的图今天的推文我们复现一下论文中的figure4c分组折线图并添
论文Graphpangenomecapturesmissingheritabilityandempowerstomatobreedinghttps://www.nature.com/articles/s41586-022-04808-9#MOESM8没有找到论文里的作图的代码,但是找到了部分组图数据,我们可以用论文中提供的原始数据模仿出论文中的图今天的推文重复一下论文中的Figure1cimage.png今天主要的知识点是多个图例的时候如何分开放,目前想到的办法是使用ggpubr这个R包把图例单独挑出来,然后使用annotation_custom()函数再把图例加回去。不知道有没有更方便的办法