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

Different results for circtest from circtools or from R #69

Open
idotu opened this issue Nov 13, 2018 · 2 comments
Open

Different results for circtest from circtools or from R #69

idotu opened this issue Nov 13, 2018 · 2 comments
Assignees
Labels

Comments

@idotu
Copy link

idotu commented Nov 13, 2018

When I run circtest with the same data from R or from circtools I get different results, how is this possible?
Relevant info:

  1. circtools:
    circtools circtest -d mydir/ -p 0.0001 -s 1 -f 0.99 -C 1 -r 3 -g 1,1,1,2,2,2 -l CondA,CondB -c 4,5,6,7,8,9 -o out_dir/

  2. In R:
    CircRNACount_filtered <- Circ.filter(circ = CircRNACount, linear = LinearCount, Nreplicates = 3, filter.sample = 1, filter.count = 1, percentage = 0.0001)

test=Circ.test(CircRNACount_filtered,LinearCount_filtered,CircCoordinates_filtered,group=c(rep(1,3),rep(2,3)),alpha=0.99)

Thanks,

ivan

@tjakobi tjakobi self-assigned this Nov 27, 2018
@tjakobi tjakobi added the bug label Nov 27, 2018
@tjakobi
Copy link
Contributor

tjakobi commented Nov 27, 2018

Additional information via mail:

I've re-checked it and it's something odd, the difference I see is just in one circ that with circtools shows as significant with sig_p 0.0026412332380743
and with circtest in R it is not (sig_p = 0.428199220581546). Somehow this seems wrong because it only has 1 read in one replicate, 0 everywhere else.

@tjakobi
Copy link
Contributor

tjakobi commented Nov 27, 2018

Dear @idotu,

would it be possible to transfer the CircRNACount and LinearCount files from DCC in order to reproduce the error?

How many columns / samples do you have in your CircRNACount files?

Cheers,
Tobias

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

No branches or pull requests

2 participants