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

About the format of list of gRNA #2

Open
Lindky opened this issue Jul 2, 2019 · 3 comments
Open

About the format of list of gRNA #2

Lindky opened this issue Jul 2, 2019 · 3 comments

Comments

@Lindky
Copy link

Lindky commented Jul 2, 2019

I didn't find any information about how did you generate these two files: cbc_gbc_dict_grna.tsv, cbc_gbc_dict.tsv, it can't be generated from 10X genomic cell_ranger. I know these two files are the information of sgRNA although it shows no much different. I create my own sgRNA information file based on the format of yours, however, it shows an error when I run the MUSIC in R:
Error in strsplit(perturb_information[i], ",") : non-character argument

Could you give me more information about how did you create these files?

@Lindky
Copy link
Author

Lindky commented Jul 2, 2019

I fixed the problems. Just make a little change on your original code: sample_info_arr <- unlist(strsplit(as.character(perturb_information[i]),",")). BTW, other code might also be fixed since it shows errors when the people use the newest version of 10X genomics and Seurat.

@yysheep2020
Copy link

Hi, I would like to ask when you use "cellranger count" function, did you make the ref genome by yourself. More specifically, do we need to add sgRNA sequence into the human reference genome?

@gwaybio
Copy link

gwaybio commented Nov 3, 2020

I didn't find any information about how did you generate these two files: cbc_gbc_dict_grna.tsv, cbc_gbc_dict.tsv

I am also running into this error when using MUSIC::Input_preprocess_10X() as described in #3

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

3 participants