-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mutli samples #9
Comments
You can try concatenating the resulting count spliced&unspliced count matrices. However, such design, in principle will have technical batch effects that can’t be controlled for.
… On Oct 15, 2018, at 9:41 AM, wangjiawen2013 ***@***.***> wrote:
Dear,
Does velocyto support mutli samples ? I have nine 10x samples (nine .bam files) at different development stage, could I run them together with veloctyo ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#9>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALT78htBqGfT6wCNEjBekrNiVw0hKGP9ks5ulJBugaJpZM4XcXR3>.
|
Merging multiple samples/lanes in a single file loompy.combine(files, output_filename, key="Accession") files = ["file1.loom","file2.loom","file3.loom","file4.loom"] on the command line do: cp file1.loom merged.loomds = loompy.connect("merged.loom") |
When combining data from multiple 10x genomics libraries, cellranger recommend equalizing the read depth between libraries before merging, to reduce the batch effect introduced by sequencing, the command is "cellranger aggr --nomalize=mapped". Will velocyto equalize the read depth per cell per sample when merging mutliple samples ? |
Dear,
Does velocyto support mutli samples ? I have nine 10x samples (nine .bam files) at different development stage, could I run them together with veloctyo ?
The text was updated successfully, but these errors were encountered: