-
Notifications
You must be signed in to change notification settings - Fork 0
/
basic_settings.R
48 lines (31 loc) · 1.17 KB
/
basic_settings.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
### Basic settings
################################################################################
# Needs to be set
### Project specification
# Set project name
param$project_id = "Testdata"
### Dataset
# Either load existing object
param$data = "/mnt/ngsnfs/single_cell_dev/scRNAseq_processing/sc_analysis/output/Testdata/cluster_analysis/data/sc.rds"
# Or use test dataset included in ./modules/download_test_datasets/
# Does only work for 10x data automatically at the moment
param$download_test_datasets=NULL
# Or set data path
param$path_data = NULL
# Reference
param$species="human"
### For ccc
# Set sender and receiver cell types
param$sender = NULL
param$receiver = NULL
### For dataset mapping
# Set reference object
param$refdata = NULL
### For cell annotation clustifyr
# Set clustifyr reference e.g. "http://cells.ucsc.edu/?ds=covid19-influenza-response", "ref_hema_microarray()", or
# file.path(param$path_to_git,"/references/fetal-immune-pfi_clustifyr_reference.rds")
param$clustifyr_ref = NULL
# Name of annotation column in reference dataset e.g. "cell_type"
param$cluster_col_clustifyr = NULL
### For generation of clustifyr reference
param$ref_data_name = NULL