We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Im running into issues when using EstimateCellCounts to deconvolute blood cell types when using EPICV2 array data.
Running:
cellCounts <- estimateCellCounts(rgSet)
Gives me this error:
Error in .convertArray_450k_epic(rgSet = object, outType = outType, verbose = verbose) : .is450k(rgSet) || .isEPIC(rgSet) is not TRUE
Is it because of my array/annotation being EPIC V2? Heres some info about my rgSet:
rgSetFlt class: RGChannelSet dim: 1105209 219 metadata(0): assays(2): Green Red rownames(1105209): 1600157 1600179 ... 99810982 99810990 rowData names(0): colnames(219): 207925050049_R07C01 207882990112_R05C01 ... 207865030003_R05C01 207865030077_R04C01 colData names(15): Sample_Name Sample_Plate ... Basename filenames Annotation array: IlluminaHumanMethylationEPICv2 annotation: 20a1.hg38
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered:
Have you solve your problem? I have the same issure .
Sorry, something went wrong.
No branches or pull requests
Hi,
Im running into issues when using EstimateCellCounts to deconvolute blood cell types when using EPICV2 array data.
Running:
Gives me this error:
Is it because of my array/annotation being EPIC V2? Heres some info about my rgSet:
rgSetFlt
class: RGChannelSet
dim: 1105209 219
metadata(0):
assays(2): Green Red
rownames(1105209): 1600157 1600179 ... 99810982 99810990
rowData names(0):
colnames(219): 207925050049_R07C01 207882990112_R05C01 ...
207865030003_R05C01 207865030077_R04C01
colData names(15): Sample_Name Sample_Plate ... Basename filenames
Annotation
array: IlluminaHumanMethylationEPICv2
annotation: 20a1.hg38
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: