Problem with import10xFeatureMatrix #1895
Unanswered
eileen316
asked this question in
Questions / Documentation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting the following error message. How should I fix it?
#Import scRNA
seRNA <- import10xFeatureMatrix(
input = c("filtered_feature_bc_matrix.h5"),
names = c("H107DFCm")
)
Error in import10xFeatureMatrix(input = c("filtered_feature_bc_matrix.h5"), :
Not all input file paths exist!
seRNA <- import10xFeatureMatrix(
input = c("filtered_feature_bc_matrix.h5"),
names = c("H107DFCm")
)
Importing Feature Matrix 1 of 1
Re-ordering RNA matricies for consistency.
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'rep.int': error in evaluating the argument 'x' in selecting a method for function 'runValue': error in evaluating the argument 'x' in selecting a method for function 'seqnames': error in evaluating the argument 'x' in selecting a method for function 'sortSeqlevels': error in evaluating the argument 'x' in selecting a method for function 'seqlevels': unable to find an inherited method for function ‘seqinfo’ for signature ‘"SummarizedExperiment"’
Beta Was this translation helpful? Give feedback.
All reactions