Skip to content

Commit

Permalink
Figure 6 PASTE2 scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncmo committed Dec 9, 2023
1 parent e246bb8 commit a8721b1
Show file tree
Hide file tree
Showing 16 changed files with 2,164 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Figure3/0_Load_All_Sample/script/load_samples.r
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ genetic_clone_sheet = read_tsv(str_glue('{ANALYSIS_FOLDER}/script/OCT_genetic_cl

# Load sample sheet
sample_sheet_url = ""
sample_sheet = read_sheet(, sheet = 'Sample_level')
sample_sheet = read_sheet(sample_sheet_url, sheet = 'Sample_level')
sheet_use = sample_sheet %>% filter(LibraryName %in% genetic_clone_sheet$sample_id)

# Load all data
Expand Down
Loading

0 comments on commit a8721b1

Please sign in to comment.