Open HaikuoLi opened 13 hours ago
Hey, I realized in EpiTraceAge_Convergence
, it will first run EpiTrace_prepare_object
. But hg19
is a fixed parameter there. Is this the reason? Hope you can fix it soon (line 662 EpiTrace.R)
epitrace_obj <- EpiTrace_prepare_object(initial_peakSet_clk,
initial_matrix_clk, celltype, ref_genome = "hg19", non_standard_clock = T,
clock_gr_list = iterative_GR_list, sep_string = sep_string,
fn.k.param = fn.k.param, lsi_dim = lsi_dim, qualnum = qualnum,
min.cutoff = min.cutoff, run_reduction = F,remove_peaks_number=remove_peaks_number)
Hello!
I am trying to run your package on my own ATAC-seq dataset. Although I set
ref_genome = 'hg38'
inEpiTraceAge_Convergence
, I still got a message ofInput peakset is set to be hg19
. In addition, theEpiTraceAge_Convergence
has been taking time so long that I haven't completed it. What's the issue of this do you think?Here are my scripts:
Messages shown up:
Thank you in advance!