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
My species is pig that not annotated with centromeres information.
My code is :
EDL <- load_contacts(signal_path ='../../hic_files/EDL.juicer.1.0.hic',resolution = 50000,sample_name = "EDL",balancing = "T",colour = "black",centromeres = FALSE)
error:
Error in names(object) <- nm :
'names' attribute [3] must be the same length as the vector [1]
But
EDL <- load_contacts(signal_path ='../../hic_files/EDL.juicer.1.0.hic',resolution = 50000,sample_name = "EDL",balancing = "T",colour = "black")
it can works.
Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered:
My species is pig that not annotated with centromeres information.
My code is :
EDL <- load_contacts(signal_path ='../../hic_files/EDL.juicer.1.0.hic',resolution = 50000,sample_name = "EDL",balancing = "T",colour = "black",centromeres = FALSE)
error:
Error in names(object) <- nm :
'names' attribute [3] must be the same length as the vector [1]
But
EDL <- load_contacts(signal_path ='../../hic_files/EDL.juicer.1.0.hic',resolution = 50000,sample_name = "EDL",balancing = "T",colour = "black")
it can works.
Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: