-
Notifications
You must be signed in to change notification settings - Fork 12
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
Question about "AMLmut_923cells.RData" #5
Comments
Hi @Zifeng-L, did you manage to find out which cells are in the "AMLmut_923cells.RData" file? I currently have the same issue that you did. I downloaded the 35 anno.txt files from GEO for the AML patients and saw that there was a column labelled "MutTranscripts". I initially thought that the cells with entries in this column would represent those cells belonging to "AMLmut_923cells.RData" but when I counted all the cells with entries, I ended up with 939 cells which is a bit more than what I was expecting. |
If you want to use the mutation data, I suggest loading the .anno.txt files. The |
I had the same observation, @modalaigh . |
Hi, I'm working on the same process, and I'm struggling to build AMLmut_923cells.RData too. Could you tell me how did you ended up with 939? I see this information on a*nnot.txt.gz and counting cell_ids in which MutTranscripts==malignant can't make results even close to 900s I really appreciate for your reply |
@Yousuk-Song Are you sure you added up all 35 annotation files? When I iterate through the files: AML.anno.filenames <- list.files("my_directory", full.names = TRUE, pattern = "AML.*\.anno\.txt$")[1:35]
print(sum(mut_counts))
|
Thank You so much! I followed your method, chose cells without "MutTranscripts == normal" and got the same results, 939. I don't understand why are there no explanation or any mentions about the number '923' in the article. |
Hi, here.
Thanks for your great work on AML. I want to use these methods for my own data, so I downloaded the dem matrix from your GEO database and tried to repeat your analysis. I wonder to know that how can I get "AMLmut_923cells.RData" from GEO? I checked the data but could not found it. Thanks!
The text was updated successfully, but these errors were encountered: