Skip to content
Snippets Groups Projects
Commit eb0f6e5b authored by Jeffrey Pullin's avatar Jeffrey Pullin
Browse files

Add beginnings of script to prepare the Zhao data

parent 7f0bfa02
No related branches found
No related tags found
No related merge requests found
# This scripts prepares and saves the `zhao` data.
args <- R.utils::commandArgs(
trailingOnly = TRUE,
asValues = TRUE
)
suppressMessages({
library(scRNAseq)
library(scater)
library(scran)
})
set.seed(07122021)
zhao <- readRDS(args$raw_data)
# Filter to only B cells
# ...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment