Replies: 1 comment
-
for one thing maybe the strands should be formatted as 1 and -1 instead of "+", "-" in your costume_annot database |
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
-
Hi!
I am using the 'Tutorial: Mix of melanoma cell lines' with a zebrafish dataset.
Until now, I have been able to run everything well until 'scATAC-seq preprocessing using pycisTopic', where I got the region_bin_topics_otsu, region_bin_topics_top3k and markers_dict.
Then, I ran this:
I created the .feather files with the following command
/create_cistarget_motif_databases.py -f ../peaks_48hpf1.fasta -M ../motifs_cb_format/ -m ../motifs.lst -o peaks_48hpf1 -t 36
and took the motifs from Jaspar and transformed them into the cluster-buster format.For the .tbl file, I took the motifs-v10-nr.hgnc-m0.00001-o0.0.tbl file from https://resources.aertslab.org/cistarget/motif_collections/v10nr_clust_public/snapshots/motifs-v10-nr.hgnc-m0.00001-o0.0.tbl and with a database for ortholog genes, changed the gene_name from human to zebrafish. Here is a screeshot of the .tbl file:
I created the costume_annot database with my .gtf file and here is a screenshot:
After running this code:
this is the error:
At this point I am not sure how to bypass it and I would be very greatful if you could help me out.
Best, Maria
Beta Was this translation helpful? Give feedback.
All reactions