Matthew Manion
Matthew Manion
> @mtxellrb A script for creating a track database from bigWig TF ChIP-seq data is now added :`create_cistarget_track_databases.py` > > https://github.com/aertslab/create_cisTarget_databases#create_cistarget_track_databasespy Hello @ghuls , I am running into an issue...
> Your BED file is not in BED format: `chr start end name`: > > This will fix it: > > ``` > tail -n +2 fwf_gene_assignments.bed | awk -F...
Okay so I was able to get the BED file into proper format,  and ran create_cistarget_track_databases.py,  but I am getting an issue with scoring the tracks for each...
Thanks for your help,I dropped it to 4 columns and it seems to have ran and created the .feather rankings and scores.
> Creating a track database also only would make some sense when you have several hundreds of tracks (even better thousands), instead of only 4. Can you clarify what you...
@SeppeDeWinter Ideally, a database containing both motif and ChIP-seq scores. Thank you for the reply!
@SeppeDeWinter Do you think it would be possible to use the outputs of a motif-discovery tool (we have successfully identified motifs in our ChIP-seq data using the MEME suite of...
I will try that! We're using Nkx2.1 for our ChIP-seq
We have seen some inconsistency between the Nkx2-1 motif between different databases, so one thing we' have done is to generate the motif from our own binding data in multiple...