CellNet icon indicating copy to clipboard operation
CellNet copied to clipboard

Error in "cn_make_grn"

Open rajinder4489 opened this issue 4 years ago • 1 comments

I'm trying to make cn_Proc with my own data which has 1 cell type and all have the same description. At the step to construct C/T-specific GRNs, it is throwing an error.

The command that I'm using grnProp<-cn_make_grn(stQuery, expList, species='Hs', tfs=hsTFs)

The output I get `healthy_liver : 24 Number of samples per CT: 24

Error in expDat[, rownames(stGRN)] : incorrect number of dimensions In addition: Warning message: In if (is.na(tfs)) { : the condition has length > 1 and only the first element will be used`

rajinder4489 avatar Nov 19 '19 16:11 rajinder4489