Skip to content

Commit

Permalink
Update PairedER.R
Browse files Browse the repository at this point in the history
  • Loading branch information
yunshun authored Nov 24, 2021
1 parent 949e5e6 commit f5a5717
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions RCode/PairedER.R
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
smythlab
cd cheny/Project/BPal/10X_Human/ScientificData/PairedER
module load R/3.6.1
module load python/3.7.0

R

#library(scater)
#library(scran)
### R v3.6.1
library(Seurat)
library(edgeR)
library(vcd)
#library(gplots)
library(ggplot2)
library(pheatmap)

Expand All @@ -19,7 +10,6 @@ col.pDark <- scater:::.get_palette("tableau20")[2*(1:10)-1]
col.pLight <- scater:::.get_palette("tableau20")[2*(1:10)]
col.p <- c(col.pDark, col.pLight)


#####################################
# Fig 6 B, 7 B, EV2 B

Expand Down

0 comments on commit f5a5717

Please sign in to comment.