It seems FANTOM database has hg38 and hg19 annotations. I was wondering how scCancer, in particular, scAnnotate, handles this? For example, if my scRNA-seq data is mapped to hg38 whereas the default of scCancer is hg19, how would scCancer knows this and properly run cell interaction?
https://github.com/wguo-research/scCancer/blob/3f9eb9e878531d588594a132f00d60d6d38506c8/R/scAnnotation.R#L1297
It seems FANTOM database has hg38 and hg19 annotations. I was wondering how scCancer, in particular,
scAnnotate
, handles this? For example, if my scRNA-seq data is mapped to hg38 whereas the default of scCancer is hg19, how would scCancer knows this and properly run cell interaction?