Skip to content

Commit fe4ffde

Browse files
authored
Update README.md
1 parent 9980db2 commit fe4ffde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ devtools::install_github("schatterjee30/Robseq")
6565
| norm.method | RLE | The normalization method to be used. The user can choose from 5 different methods such as TMM, RLE, CPM, Upper quartile and Qauntile. |
6666
| expVar | Exposure | The name of the variable on which the differential expression will be evaluated. If the user provides no name then the metadata should have a column named as exposure which should have information on things such as disease status, treatment conditions or etc. |
6767
| coVars | NULL | The names of the covariates/confounders that needs to adjusted for in the differential expression analysis. |
68+
| filter | FALSE | If true, only genes with sufficiently large counts are retained |
6869
| parallel | FALSE | If true, the analysis will be performed on multiple cores with faster runtimes. |
6970
| ncores | 1 | The number of cores on which the analysis will be serially performed. The user needs to specify this only when parallel = TRUE. |
7071
| verbose | FALSE | If true, it will print the progress report. |
@@ -179,6 +180,7 @@ fit <- Robseq::robust.dge(features = features,
179180
norm.method = "RLE",
180181
expVar = "Exposure",
181182
coVars = NULL,
183+
filter = FALSE,
182184
parallel = TRUE,
183185
ncores = detectCores() - 2,
184186
verbose = FALSE)

0 commit comments

Comments
 (0)