Irrationone / cellassign

Automated, probabilistic assignment of cell types in scRNA-seq data
Other
191 stars 79 forks source link

Correct documentation for cellassign() function #7

Closed kieranrcampbell closed 5 years ago

kieranrcampbell commented 5 years ago

Need correct roxygen header to pass bioccheck.

kieranrcampbell commented 5 years ago

@Irrationone can you just clarify the meaning of the following parameters

period_epochs = 400,
no_change_rel_thres = 1e-5,
no_change_periods = 2
gamma_init = NULL,
 num_runs = 1,
Irrationone commented 5 years ago
kieranrcampbell commented 5 years ago

Addressed in bcbe9dfaa31349b029195e9f7fabac8020dff8b8 and previous commit - passes BiocCheck() (see #12 )