SINCERA icon indicating copy to clipboard operation
SINCERA copied to clipboard

Making Sincera object

Open fereshtehizadi opened this issue 6 years ago • 4 comments

Sorry,

I now it is out of questioning but I am really interested in inferring GRN by Sincera on my single cell but whatever I am trying I am not able to make sc object. I read the vignette but I don't know how to replace my own expression data and cell information and make a new sc object. Please help me thank you

> sc <- construct(exprmatrix=my_matrix)
Error in construct(exprmatrix = my_matrix) : object 'rexpr' not found
> sc@rexprs=my_matrix
> sc <- construct(exprmatrix=rexprs)
Error in construct(exprmatrix = rexprs) : object 'rexprs' not found
>

fereshtehizadi avatar Aug 17 '18 17:08 fereshtehizadi