Closed mxposed closed 6 years ago
Awesome!! Many thanks for this! I was just starting to work in it so this is perfect timing! I'll look into it next week.
This is great. Do you know how we could make a little library for R ? In this way, people could export their R objects directly from the R command line and wouldn't have to drop in the Linux command line. Is it enough just to create an R file and ask people to load it? Sorry, I'm not very good at R...
Hi! I’ll look into creating a small library out of this script soon, will send you another pull request
Wow, many thanks!
Hi Nikolai, I would like to rename cbSeurat to something else, as I would like to write a new program cbSeurat, that, like cbScanpy, takes an expression matrix and runs it through a quick-and-dirty Seurat pipeline based on the Seurat tutorial and creates the cellbrowser.conf file for it. Is that OK with you? Do you have a preference on the name, e.g. cbSeuratToTsv or cbSeuratImport or something like that?
Hi. All right, sure, go ahead. I don't have any particular preference. I guess it would be logical if workflows for scanpy and seurat would be parallel
Hey. I've found this tiny recipe for creating a package: https://hilaryparker.com/2014/04/29/writing-an-r-package-from-scratch/
Should I follow this? In a separate folder in this repository or in a separate repository? What do you think?
Hi, wait, before you spend time on this, shouldn't we add the Seurat folks if they want to add your function to Seurat? That would be very useful... then people wouldn't have to install anything!
On Thu, Oct 11, 2018 at 3:27 PM Jay Bird notifications@github.com wrote:
Hey. I've found this tiny recipe for creating a package: https://hilaryparker.com/2014/04/29/writing-an-r-package-from-scratch/
Should I follow this? In a separate folder in this repository or in a separate repository? What do you think?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/maximilianh/cellBrowser/pull/37#issuecomment-428997640, or mute the thread https://github.com/notifications/unsubscribe-auth/AAS-TYriQfuTF3NSbcniPZZOYCAB3rcfks5uj2NlgaJpZM4W7mXg .
You can create the pull request (which means you'll get the visibility and attribution for what is your code) or I can do the pull request (if you're busy at the moment) and point out that it really is your code and acknowledge you in the cellbrowser docs.
On Sat, Oct 13, 2018 at 3:15 PM Maximilian Haeussler maximilianh@gmail.com wrote:
Hi, wait, before you spend time on this, shouldn't we add the Seurat folks if they want to add your function to Seurat? That would be very useful... then people wouldn't have to install anything!
On Thu, Oct 11, 2018 at 3:27 PM Jay Bird notifications@github.com wrote:
Hey. I've found this tiny recipe for creating a package: https://hilaryparker.com/2014/04/29/writing-an-r-package-from-scratch/
Should I follow this? In a separate folder in this repository or in a separate repository? What do you think?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/maximilianh/cellBrowser/pull/37#issuecomment-428997640, or mute the thread https://github.com/notifications/unsubscribe-auth/AAS-TYriQfuTF3NSbcniPZZOYCAB3rcfks5uj2NlgaJpZM4W7mXg .
Great idea, I haven't thought about that. I'll ask Seurat folks
Hi
This is a basic script to convert Seurat objects to tsv files compatible with
cbBuild
. Please, let me know what you think, and what I should add to this to be more in line withcbScanpy
for instance. Also I would appreciate suggestions on how to handlecellbrowser.conf