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

Error in x[group, ] : subscript out of bounds #9

Open
archana433 opened this issue Aug 10, 2023 · 0 comments
Open

Error in x[group, ] : subscript out of bounds #9

archana433 opened this issue Aug 10, 2023 · 0 comments

Comments

@archana433
Copy link

archana433 commented Aug 10, 2023

Hi, I tried this package with my data, but I encountered an error when running infercna,
This is my code:
my_cna <- infercna::infercna(v, refCells = ref , window = 150, n = NULL, noise = 0.1,
center.method = "median", isLog = FALSE, verbose = TRUE)

Error :
Converting to log(2) space...
Performing mean-centering of the genes...
Ordering the genes by their genomic position...
Restricting expression matrix values to between -3 and 3..
Converting from log(2) space...
Preparing to calculate CNA values on each chromosome in turn...
Error in x[group, ] : subscript out of bounds
In addition: Warning messages:
1: In min(x) : no non-missing arguments to min; returning Inf
2: In max(x) : no non-missing arguments to max; returning -Inf

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