Hi,
I am using the HumanPrimaryCellAtlas from celldex package and was wondering if there is a way to obtain the raw for this dataset? I am trying to combine this dataset with my own reference dataset to obtain a larger reference dataset, but need to make sure they are both normalized together and using the same method- so am in need for the original raw counts.
Thanks, Liron
HumanPrimaryCellAtlas
is an array dataset, are you aware of that? What exactly do you mean withcombine
? Since these are not single-cell datasets you cannot plug them into an integration pipeline and pretend that no huge batch effects between datasets/platforms were present. Better check http://bioconductor.org/packages/release/bioc/vignettes/SingleR/inst/doc/SingleR.html#62usingmultiple_references which you can do with the data that are available via the package you mention.I am aware that this is an array dataset. Unless I am misinterpreting it - it does contain a log expression matrix with columns referring to cell lines and rows as genes, no? I would definitely expect to get batch effects when combining it with another dataset, but was hoping that by getting raw counts I would at least be able to normalize them all together (still having batch effects though).