hkmztrk

Results 6 issues of hkmztrk

Hello, I'm pretty new to autoencoders and I know we can use utilize them for unsupervised learning. Is it possible to use this model to create representations (with encoding) for...

Hello, It seems I can't access the page for the data. Could you please update the link? Thank you!

Hello @giannisnik, I was wondering whether we can apply the models here to samples that can be represented with multiple sets. For instance, document representation with each sentence as a...

Could you explain what do negative effect sizes indicate in outlier splicing analysis? thanks!

Hello, I was wondering whether the materials mentioned here are already available in this GitHub repo https://groups.google.com/g/leafcutter-users/c/xb5QsNrsF2E/m/7cNztBcKBAAJ. Provided ISMB link is no longer accessible. Thanks!

Hello, Is there an easy way to create a data frame from the records? Something like below? ```py vcf_reader = vcf.Reader(open(somatic, 'r')) lines = [el for el in vcf_reader] df_vcf...