Skip to content
New issue

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

champ.filter Filtering probes on EPICv1 #40

Open
robinjugas opened this issue Sep 22, 2023 · 1 comment
Open

champ.filter Filtering probes on EPICv1 #40

robinjugas opened this issue Sep 22, 2023 · 1 comment

Comments

@robinjugas
Copy link

Hi,
I think because of updates, the filtering of probes on EPIC V1 ceased to stop working. It happens both with champ.import+champ.filter and champ.load(with filtering)

myLoadEPICV1 <- champ.import(directory = testDir, arraytype="EPICv1"
myLoadEPICV1 <- champ.filter(beta=myLoadEPICV1$beta,
  M=myLoadEPICV1$M,
  pd=myLoadEPICV1$pd,
  autoimpute=FALSE,
  filterDetP=TRUE,
  filterSNPs = TRUE,
  filterXY = TRUE,
  arraytype = "EPICv1")

Filtering XY Start
Error in champ.filter(beta = myLoadEPICV1$beta, M = myLoadEPICV1$M, pd = myLoadEPICV1$pd, :
object 'probe.features' not found
In addition: Warning message:
In data("probe.features.epicv1") :
data set 'probe.features.epicv1' not found

The EPICv2 chips are processed fine.
Best regards,
Robin

@robinjugas
Copy link
Author

Renaming the probe.features.epic.rda to probe.features.epicv1.rda in ChampData package solved this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant