跟着 nature cell biology 学绘图-小提琴图
测试开头

点击上方,关注老俊俊!


测试结尾

1引言
文章标题:
METTL16 exerts an m6A-independent function to facilitate translation and tumorigenesis
在 2022 年 2 月份发表在 nature cell biology 期刊上,复现里面的一张小提琴图:

图例:

2读取数据
# load package
library(data.table)
library(tidyverse)
library(stringr)
library(ggplot2)
library(reshape2)
# load data
info <- fread('paper-data.csv')
# check
head(info[1:3,1:3])
# DepMap_ID A1BG (1) A1CF (29974)
# 1: ACH-000004 0.17808693 0.08829022
# 2: ACH-000005 -0.08236382 0.23941265
# 3: ACH-000007 0.07002598 0.07506636
3预处理
请关注“恒诺新知”微信公众号,感谢“R语言“,”数据那些事儿“,”老俊俊的生信笔记“,”冷🈚️思“,“珞珈R”,“生信星球”的支持!