Advertisement
Light1992

Codice Rplot errore

Sep 30th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. library(GOplot)
  2. EC$david <- read.delim("/home/genomica/DATA/Lattuga/GOPLOT/EC.david", header=TRUE)
  3. EC$genelist<- read.delim("/home/genomica/DATA/Lattuga/GOPLOT/EC.genelist", header=TRUE)
  4. circ <- circle_dat(EC$david, EC$genelist)
  5. EC$genes <- read.delim("/home/genomica/DATA/Lattuga/GOPLOT/ECgenes3.txt", header=TRUE)
  6. EC$processes <- c ('protein heterodimerization activity','oxoacid metabolic process','response to lipid hydroperoxide','chloroplast stroma','nucleotide diphosphatase activity','oxidoreductase activity','cytoplasmic part','carboxylic acid biosynthetic process','fatty acid transmembrane transporter activity')
  7. chord <- chord_dat(circ, EC$genes, EC$processes)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement