Skip to content

Commit

Permalink
Update svaPCs_scRNA.R
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwang12 authored Dec 15, 2021
1 parent f934d88 commit db4bf1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scRNA/svaPCs_scRNA.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ library(ggridges)
library(SummarizedExperiment)
library("sva")

source("/users/ywang/10_25_2019/functions/functions_2d_quantile_no_surf_July_18.R")
source("/users/ywang/10_25_2019/functions/functions_evaluation_Aug_5.R")
source("/functions/functions_2d_quantile_no_surf_July_18.R")
source("/functions/functions_evaluation_Aug_5.R")

dir_data=paste0("/users/ywang/10_25_2019/scRNA/data/GSE45719_RAW/")
dir_inpu = paste0("/users/ywang/10_25_2019/scRNA/data/GSE45719_RAW/")
dir_output="/users/ywang/10_25_2019/scRNA/data/"
dir_figure="/users/ywang/10_25_2019/scRNA/fig/"
dir_data=paste0("/scRNA/data/GSE45719_RAW/")
dir_inpu = paste0("/scRNA/data/GSE45719_RAW/")
dir_output="/scRNA/data/"
dir_figure="/scRNA/fig/"



Expand Down

0 comments on commit db4bf1e

Please sign in to comment.