This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to import hdf5 Hi-C data into R using HiTC package

Hello everyone, I was trying to use HiTC software but I am not able to understand how to input my dataset. I used this command: x <- importC(con=chr9,xgi.bed=colnames(chr9),ygi.bed = rownames(chr9)) error in evaluating the argument 'con' in selecting a method for function 'import': 'path' must be a single string or a connection object My chr9 dataset look like this:

            0          40000       80000 
0           0          0            0
40000       0          0            73.527

Wherein each column and row corresponds to a bin size and value corresponds to interaction freq. Thank you.

hdf5 importc r hitc

From the error you may need to specify the file path instead of passing it the imported data.

0 answers

No answers yet.

Log in to answer this question.