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

Issue extracting information from refFlat of livestock species #6

Open
zihhuafang opened this issue Sep 26, 2018 · 0 comments
Open

Comments

@zihhuafang
Copy link

Dear all,

I am wondering if anyone has encountered this issue when using locuszoom in species other than human.

I am working with cattle which has 29 autosomes and have created my own database for it.
I also modified the chr2chrom and chrom2chr fuction in locuszoom r script to allow plot correctly for 29 autosomes.
Codes:

chrom2chr <- function (x) {
y <- substring(x,first=4);
as.numeric(y);
}

chr2chrom <- function (x) {
return (paste("chr",as.numeric(x),sep=""));
}

Still, I can only get the correct information from refFlat up to chr22.
For the rest of the autosomes, it did not work. When I checked the temporary files, my refFlatRaw and refFlat_in_the_region were empty. However, arg[[chr]] was correct.
I have checked that my database does contain information for all the chromosomes.

Does anyone know where else in the script that I need to modify to make it work?

I appreciate any input.

Best wishes,
Zih-Hua

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