You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this strange behaviour,
I started by using bam of 10X data.
I added PM and GM using snaptools
snaptools snap-add-pmat --snap-file T20276_atac.header.snap --peak-file ../peaks.bed
error: cell x peak matrix already exists, delete it using snap-del first
snaptools snap-add-gmat --snap-file T20276_atac.header.snap --gene-file ../genes_chr.bed
error: cell x gene matrix already exists, delete it first using snap-del first
Hi,
I have this strange behaviour,
I started by using bam of 10X data.
I added PM and GM using snaptools
But in R I encounter the following Error:
snap = createSnap(
file="T20276_atac.header.snap",
sample="T20276"
);
Any help appreciated!
The text was updated successfully, but these errors were encountered: