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

Possible issue in localZScore function? #10

Open
marta-fb opened this issue Jul 19, 2023 · 0 comments
Open

Possible issue in localZScore function? #10

marta-fb opened this issue Jul 19, 2023 · 0 comments

Comments

@marta-fb
Copy link

Hi,

Thanks for this awesome tool!

I'm running regioneR with these 2 functions:

test1 <- permTest(A=file1, B=file2, ntimes=1000, randomize.function=circularRandomizeRegions,count.once=TRUE, evaluate.function=numOverlaps, genome=genome, verbose = TRUE, force.parallel=FALSE, per.chromosone=FALSE)
LocalZscore <- localZScore(pt=test1, A=file1, B=file2)

but when I plot test1 and LocalZscore the zscore for the middle point is different - see below
Test 1 plot:
image

LocaZscore plot:
image

I've done the same for other files and they always show the same value in the middle point of the local Zscore plot. The only difference this time is that file2 has 5 million regions.

Can you please help?

Thanks,
Marta

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