Difference between revisions of "2018 June Taeyoung Lab note"

From Crop Genomics Lab.
Jump to: navigation, search
(Created page with "==UpSetR plot== upset(Data,sets = c("Lus","Ptr","Rco","Jcu","Mes","Hbr"),order.by="freq",empty.intersections="on")")
 
Line 1: Line 1:
 
==UpSetR plot==
 
==UpSetR plot==
 +
library(UpSetR)
 
  upset(Data,sets = c("Lus","Ptr","Rco","Jcu","Mes","Hbr"),order.by="freq",empty.intersections="on")
 
  upset(Data,sets = c("Lus","Ptr","Rco","Jcu","Mes","Hbr"),order.by="freq",empty.intersections="on")

Revision as of 07:15, 14 June 2018

UpSetR plot

library(UpSetR)
upset(Data,sets = c("Lus","Ptr","Rco","Jcu","Mes","Hbr"),order.by="freq",empty.intersections="on")