Module to demonstrate using rOpenScPCA for clustering #791
sjspielman
started this conversation in
Propose a new analysis
Replies: 2 comments 1 reply
-
Happily, installing and tracking with
The one wrinkle is there appears to be a creds-related bug in older versions of So, we should include instructions here to ensure |
Beta Was this translation helpful? Give feedback.
1 reply
-
Following some discussion, we've decided some things:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposed analysis
Related to #775
We have written some core functionality for the
rOpenScPCA
package to perform and evaluate clustering.We have discussed writing a module that demonstrates using the functions in this package. The purpose of this Discussion is to plan some of the content in that module.
Scientific goals
The module should show contributors how to do the following:
renv
(noting I'm currently looking into how precisely to do this).renv
, since it's using the package!Releasing this module will also provide us with some information into how contributors might use the package, which in turn will help guide potential next steps to package development (#731).
Methods or approach
README
file can explain the overall context as an example module, as well as provide information on how to obtain & track the package (noting I'm currently playing around withrenv
for this)rOpenScPCA
intomain
. One reason for this is that the package is cooked enough to be merged intomain
! The other reason is, while playing around with installing, it appears the slash in the branch name (feature/ropenscpca
) isn't our friend, and I couldn't debug this (I didn't try too hard though, since we want to merge anyways)....Existing modules
This will use the
rOpenScPCA
package, which is not a module but lives in the top-levelpackages
directory.Input data
This module will use a single sample to scaffold the demonstration. Since we'd probably like the example to be realistic, it would make sense to use real (aka, not test) data here.
Scientific literature
N/A
Other details
This example module will be established and begin being built up this sprint (10/7 - 10/18).
Beta Was this translation helpful? Give feedback.
All reactions