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

Calling CNA from Cat genome; custom #188

Open
makarov-ccf opened this issue Mar 27, 2023 · 3 comments
Open

Calling CNA from Cat genome; custom #188

makarov-ccf opened this issue Mar 27, 2023 · 3 comments

Comments

@makarov-ccf
Copy link

Hello

I am trying to call CNA from Cat (Genome assembly: Felis_catus_9.0 (GCA_000181335.4))
I see that for all species except human and mouse, we need to provide GCcontent file.
I have created it as per author's recommendations with https://github.com/soccin/mkGCPct package
The resulting file is Felisgcpct.rda
I pass full path to it as ugcpct argument
ugcpct=Felisgcpct.rda, but have an error message

Loading required package: pctGCdata
Error in 1:nchr : result would be too long a vector
Calls: preProcSample -> counts2logROR
In addition: Warning message:
In max(out$chrom) : no non-missing arguments to max; returning -Inf
Execution halted

The genome file is attached

Thank you

Felis_catus.Felis_catus_9.0.genome.zip

@veseshan
Copy link
Collaborator

veseshan commented May 25, 2023

From direct messages with @makarov-ccf we found out that:

…cats have three large metacentric chromosomes (A1 to A3), four large subtelomeric chromosomes (B1 to B4), two medium-size metacentrics (C1 and C2), four small subtelomerics (D1 to D4), three small metacentrics (E1 to E3), and two small acrocentrics (F1 and F2).
Ref: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7152298/

Internally facets uses chromosomes as labeled 1:(nX-1) and "X" (nX = number of autosomes + 1)
Mapping A[1-3] as 1:3, B[1-4] as 4:7, C[1-2] as 8:9, D[1-4] as 10:13, E[1-3] as 14:16 and F[1-2] as 17:18 can work.

@makarov-ccf
Copy link
Author

makarov-ccf commented May 25, 2023 via email

@veseshan
Copy link
Collaborator

Thanks @makarov-ccf for the detailed instructions.

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