You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It shows: Error in data.frame(seqnames = NA, start = NA, end = NA, score = NA, fileName = rep(add_facet_name, : arguments imply differing number of rows: 1, 0
Why?
when I use inputgene,like this(Input_gene = c('Tfap2c','Neurog1')), it works well.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for your R package. It's very useful.
when I write
trackVisProMax(Input_gtf = gtf, Input_bw = bw, query_region = list(query_chr=c('6','18'), query_start=c(85100000,82400000), query_end=c(85200000,82500000)), trans_topN = 1, add_gene_label_layer = T, sample_fill_col = c('#d7191c','#d7191c','#2c7bb6','#2c7bb6'), signal_range_label_params = list(size=2) )
It shows:
Error in data.frame(seqnames = NA, start = NA, end = NA, score = NA, fileName = rep(add_facet_name, : arguments imply differing number of rows: 1, 0
Why?
when I use inputgene,like this(Input_gene = c('Tfap2c','Neurog1')), it works well.
The text was updated successfully, but these errors were encountered: