Open demis001 opened 3 years ago
Finally displayed the blue dots after looking the config.json file in your repo. How do you further config the to show the lebel and change the score to -log10(p-value).
This module assumes that scores are already transformed in the data file with -log10(pvalue) scores
I will have to think about how to allow arbitrary transforms at runtime, it causes some complication about "where to put in the architecture" to make arbitrary transformations work properly
This module is also not able to show labels currently
Glad you were able to get this to work thus far though:)
I can add -log10(p-value) before I index the track, but without adding the label and mouse hover opition, the data is not intractive and informative. I don't know if it is possible with jbrowse2 config options to add this info or not. It is my first time to try it. I liked how it looked but not intractive.
Hi,
I'm here with the same issue than demis, however I did use the same data structure to load my own, but I'm getting this error
I'm using also the same format of the file summary_stats.txt.gz
you are using in the example, I wonder if the difference is the way I'm doing the indexing :
Chr1 637274 SNP324 A C 4.627953260363213 0.277777777777778 . .
Where I'm using a vcf extension, due to running as a text file I got an error
bgzip file.sort.vcf
tabix file.sort.vcf.gz
The error running tabix as generic:
[E::get_intv] Failed to parse TBX_GENERIC, was wrong -p [type] used?
What do you think is my issue ?
@AimerGDiaz you may need to use something like
tabix -s 1 -b 2 -e 2 yourfile.txt.gz
This will tell it that start and end column are the same, and the BedTabixAdapter in jb2 should handle that! let me know if that helps
Thank you, it's working now
I have installed and added the CDN as follow to the config.json file? How to use it in tracks? Limited docs
Line added to config.json
I want to add to this track in config.json