论文Genomicinsightsintolocaladaptationandfutureclimate-inducedvulnerabilityofakeystoneforesttreeinEastAsiahttps://www.nature.com/articles/s41467-022-34206-8#Sec23完整的数据分析代码涉及到群体基因组学作图数据``https://github.com/jingwanglab/Populus_genomic_prediction_climate_vulnerability作者的github主页还有很多其他内容https://github.com
论文Graphpangenomecapturesmissingheritabilityandempowerstomatobreedinghttps://www.nature.com/articles/s41586-022-04808-9#MOESM8没有找到论文里的作图的代码,但是找到了部分组图数据,我们可以用论文中提供的原始数据模仿出论文中的图今天的推文重复一下论文中的ExtendedDataFig7aimage.png部分示例数据截图image.png将数据整理成作图需要的格式library(tidyverse)table(dat01$type)dat01%>%filter(type=="
论文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
论文Driversandtrendsofglobalsoilmicrobialcarbonovertwodecadeshttps://www.nature.com/articles/s41467-022-31833-z#data-availability这个里面有很多地图的图还有自定义图例形状的代码数据和代码https://github.com/gpatoine/drivers_trends_microbial_carbon这里有随机森林模型然后对变量重要性进行排序的代码,今天的推文我们重复一下论文中的这部分内容,目前能够利用代码和数据运行得到结果,但是还不明白原理和代码中参数的具体作用。今天
论文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/
先上效果(完整代码在最后): 当鼠标移入body时,元素跟着鼠标旋转,所有的元素都看向鼠标的位置。实现过程(可跟着一步一步书写):先来看看布局,html部分在一个shell中,总共有36个item。接下来来看样式css部分*{padding:0;margin:0;}body{height:100vh;display:flex;justify-content:center;align-items:center;background:radial-gradient(circleatcenter,#724ab8,rgb(119,112,119));cursor:pointer;}.shell{dis
论文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水平堆积柱形图
论文MicrobiomesintheChallengerDeepslopeandbottom-axissedimentshttps://www.nature.com/articles/s41467-022-29144-4#code-availability对应代码链接https://github.com/ucassee/Challenger-Deep-Microbes论文里提供了大部分图的数据和代码,很好的学习材料,感兴趣的同学可以找来参考,今天的推文重复一下论文中的Figure2bimage.png部分数据集截图如下相对丰度数据image.png分组数据image.png读取数据集读取相对丰