-
Notifications
You must be signed in to change notification settings - Fork 131
Submission Process
Paul Hoffman edited this page Aug 6, 2019
·
4 revisions
-
Fork the SeuratWrappers GitHub repository
-
Create a new file in the
R/
directory with a name that corresponds to the method/package being submitted (eg.fast_mnn.R
) -
Add the wrapper code to the new R file. See here for code guidelines
-
Create a vignette showcasing your method on a Seurat object using Rmarkdown. The RMD file should be placed in the
docs/
directory. See here for vignette guidelines -
Submit a pull request to the SeuratWrappers GitHub repository. This will automatically trigger a continuous integration build to ensure the vignette builds successfully