batch gene expression plot
摘要:library(tidyverse) library(ggpubr) #load data data = readxl::read_xlsx("gene_id.xlsx",sheet = 2) data1 = pivot_longer(data,cols = c(2,3,4,5,6,7),names
阅读全文
shell 脚本模板
摘要:#!/usr/bin/env bash #this srcipt is to do wheat_bsa #author lee #this is fail test, because bash didn't care about the failure of command #this can pr
阅读全文