-
Notifications
You must be signed in to change notification settings - Fork 28
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
single-cell dataset (not 10x) running issue with genome version hg38 #75
Comments
Hi, Here is update. My question 2 is solved by #62 with the solution: I still don't understand which file is Thank you very much! |
Dear Dr. Akdess, One more question, how to generate control.sample.ids file? There is no comment on this file in CaSpER documentation.
Thank you! |
All issues are solved now. Annotation file can be generated in local queue. Control.sample.id can be assigned by in a data.frame list and can be customized. |
BTW, I would like to share a reminder learning from my bug. When I ran samples with the control and other clusters I assigned, there was an error like I checked all input files and found it caused by one missing parameter, Although, I have correct Hope this will help the next ;) Best, Fan |
@lifan18 Hi I have a same question on annotation part. Should I use F for ishg19 in |
Dear Dr. Akdess
CaSpER is a very wonderful tool to discovery CNVs in single cell dataset. I am following your example (https://rpubs.com/akdes/673120) to run it now.
My dataset is a single cell sequencing of human brain (not 10X) and I use hg38 as a reference.
However, there are some errors I cannot get through.
annotation part
annotation <- generateAnnotation(id_type="hgnc_symbol", genes=genes, centromere=centromere, ishg19 = T)
I used
ishg19 = F
and I don't know it should be F or not as I use hg38.I generated the centromere information as your example
curl -s "http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/cytoBand.txt.gz" | gunzip -c | grep acen > centromere.txt
, but it seems cannot input ascentromere="centromere.txt"
.readBAFExtractOutput
It seems the baf file path should be a directory, however, although I make a directory for the BAFExtract output file (only one file, not files), it still cannot read the file.
Another question is how to generate loh.name.mapping file.
Sorry for my long questions. Hope you can help me.
Thank you very much!!!
The text was updated successfully, but these errors were encountered: