trichelab / spiky

2 stars 5 forks source link

Converter function for model_glm_pmol #37

Open swils6 opened 3 years ago

swils6 commented 3 years ago

I'm having trouble getting the data to the format you need for model_glm_pmol.

My output from scan_spike_contigs() is an RleList of length 6.

However, the ssb_res is a GRanges object with slightly different contig names.

It was my understanding the covg_to_df would convert the data so I could run model_glm_pmol. I think I have misunderstood. Could you clarify what format need to go into model_glm_pmol and how to convert it?