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

Malformed input data, unexpected NAs are present #144

Open
Ahmedalaraby20 opened this issue Mar 27, 2024 · 0 comments
Open

Malformed input data, unexpected NAs are present #144

Ahmedalaraby20 opened this issue Mar 27, 2024 · 0 comments

Comments

@Ahmedalaraby20
Copy link

Ahmedalaraby20 commented Mar 27, 2024

Hi Ryan,

So,

data_list[[i]] <- import_vdj(input = data_list[[i]], vdj_dir = vdjdir[[i]], filter_paired  = T, include_mutations = T, include_constant = TRUE, data_cols = c("cdr1", "cdr2"))

gives me

Malformed input data, unexpected `NA`s are present. Did you modify the `cellranger` output files? `import_vdj()` requires files that
  are in the format generated by `cellranger`. If you are having trouble loading your data, please file an issue at

However,

data_list[[i]] <- import_vdj(input = data_list[[i]], vdj_dir = vdjdir[[i]], filter_paired  = T, include_mutations = T, include_constant = TRUE)

works well,

There are some NA in the cdr1 and cdr2 columns once I replaced them it worked well.

Sorry for posting a lot I hope this helps improve the package
filtered_contig_annotations.csv

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