Skip to content

Commit 9e2cca5

Browse files
committed
minor
1 parent 9db5fe7 commit 9e2cca5

File tree

95 files changed

+396668
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+396668
-77
lines changed

.Rbuildignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@
1313
^vignettes/.*gml$
1414
^.*\.Rproj$
1515
^\.Rproj\.user$
16-
^inst/shinyapp/Rambow_dataset/.*$
17-
^inst/shinyapp/Small_dataset/.*$
18-
^inst/shinyapp/Rambow_dataset$
19-
^inst/shinyapp/Small_dataset$

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,3 @@ Meta
4242
/vignettes/lg_output.xml
4343
/doc/
4444
/Meta/
45-
46-
/inst/shinyapp/Rambow_dataset
47-
/inst/shinyapp/Rambow_dataset/*
48-
/inst/shinyapp/Small_dataset
49-
/inst/shinyapp/Small_dataset/*

R/zzz.R

Lines changed: 0 additions & 68 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sc_metadata_file:
2+
files:
3+
'0':
4+
- ''
5+
- Rambow_dataset
6+
- data_info.rds
7+
root: ..
8+
m_time_column: Age
9+
m_time_points:
10+
- before treatment
11+
- 4d on treatment
12+
- 28d on treatment
13+
- 57d on treatment
14+
m_id_column: Run
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
av_vcf_out_dir:
2+
path:
3+
- ''
4+
- Rambow_dataset
5+
- vcf_out
6+
root: ..
7+
av_anovar_exec_dir:
8+
path:
9+
- ''
10+
- Rambow_dataset
11+
- annovar
12+
root: ..
13+
av_anovar_db_dir:
14+
path:
15+
- ''
16+
- Rambow_dataset
17+
- annovar
18+
- RefGene_hg38
19+
root: ..
20+
av_vcf_in_dir:
21+
path:
22+
- ''
23+
- Rambow_dataset
24+
- vcf
25+
root: ..
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
thr_vcf_in_dir:
2+
path:
3+
- ''
4+
- Rambow_dataset
5+
- vcf_out
6+
root: ..
7+
thr_out_dir:
8+
path:
9+
- ''
10+
- Rambow_dataset
11+
- filtered_vcf
12+
root: ..
13+
thr_alleles_ratio: 2
14+
thr_maf: 0.01
15+
thr_freq: 0.05
16+
thr_accepted_var:
17+
- stopgain
18+
- stoploss
19+
- nonframeshift insertion
20+
- nonframeshift block substitution
21+
- nonsynonymous SNV
22+
- frameshift block substitution
23+
- frameshift insertion
24+
- frameshift deletion
25+
- nonframeshift deletion
26+
thr_negleted_var:
27+
- synonymous SNV
28+
- unknown
29+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
dp_out_dir:
2+
path:
3+
- ''
4+
- Rambow_dataset
5+
- sam_out
6+
root: ..
7+
dp_samtools_exec_dir:
8+
path:
9+
- ''
10+
- usr
11+
- bin
12+
root: Computer
13+
dp_bam_dir:
14+
path:
15+
- ''
16+
- Rambow_dataset
17+
- bam
18+
root: ..
19+
dp_mut_dir:
20+
path:
21+
- ''
22+
- Rambow_dataset
23+
- filtered_vcf
24+
root: ..

0 commit comments

Comments
 (0)