veltenlab / rnamagnet

25 stars 8 forks source link

attempt to set 'rownames' on an object with no dimensions #7

Open wyvern114 opened 3 years ago

wyvern114 commented 3 years ago

Hello. Thank you for your work about this tool, but I have an issue about RNAMagnetAnchors( ), when I run RNAMagnetAnchors( ), there is an error. Error in rownames<-(*tmp*, value = doubleentries) : attempt to set 'rownames' on an object with no dimensions The code was: result<-RNAMagnetAnchors(pbmc,anchors = c('ProC','HomC','HTC','RegC','preHTC','FC','EC')) How can I fix this? Thank you for your help.