We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the results from several cellranger count runs that are not in the cellranger output directory structure, for example:
. . ├── CM_P2 │ ├── barcodes.tsv.gz │ ├── features.tsv.gz │ ├── matrix.mtx.gz │ └── metrics_summary.csv ├── CM_P3 │ ├── barcodes.tsv.gz │ ├── features.tsv.gz │ ├── matrix.mtx.gz │ └── metrics_summary.csv . .
It looks like where importCellRanger looks for metrics_summary.csv is hardcoded in importCellRanger.R:
importCellRanger
metrics_summary <- .importMetricsCellRanger(samplePaths, sampleNames, "outs", "metrics_summary.csv")
Is there another way to get the summary into the SCE object with the singleCellTK API?
singleCellTK
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have the results from several cellranger count runs that are not in the cellranger output directory structure, for example:
It looks like where
importCellRanger
looks for metrics_summary.csv is hardcoded in importCellRanger.R:Is there another way to get the summary into the SCE object with the
singleCellTK
API?The text was updated successfully, but these errors were encountered: