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

Error information from makeBSseqData function #42

Open
Xiangyi-Deng opened this issue Dec 7, 2023 · 2 comments
Open

Error information from makeBSseqData function #42

Xiangyi-Deng opened this issue Dec 7, 2023 · 2 comments

Comments

@Xiangyi-Deng
Copy link

Hello there,

I want to use DSS to merge four samples with the same CpGs loci by makeBSseqData function.

Two groups, each group has two replicates, "C1","C2", "N1", "N2".

When merging them together, it works but error information reminds me that

1: In makeBSseqData(list(data_total3[[1]], data_total3[[3]], ... :

CG positions in chromosome chr1 is not ordered. Reorder CG sites.

I tried to sort them before this step but still doesn't work.

And I referred to here. Here you said The warning message appears when the input data are not sorted by CG site locations. It won't affect your data analysis.

So I want to know if I can ignore this message ?

Thanks.

@haowulab
Copy link
Owner

haowulab commented Dec 7, 2023

This should be just a warning message, not an error. You can just ignore it.

@Xiangyi-Deng
Copy link
Author

This should be just a warning message, not an error. You can just ignore it.

Got it. Thanks.

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

2 participants