数据为真实数据修改后的数据。很早之前给师姐调试了一个适配她大批量实验的作图代码,最近她发现有些问题,部分组数据只有四个,但图中却出现了五个点!使用代码如下rm(list = ls())data = read.csv(file = "test.txt",header = T,sep = "\t")library(tidyr)ldata = pivot_longer(data = data, cols = starts_with("X"), names_to = "sample",
数据为真实数据修改后的数据。很早之前给师姐调试了一个适配她大批量实验的作图代码,最近她发现有些问题,部分组数据只有四个,但图中却出现了五个点!使用代码如下rm(list = ls())data = read.csv(file = "test.txt",header = T,sep = "\t")library(tidyr)ldata = pivot_longer(data = data, cols = starts_with("X"), names_to = "sample",