You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **Feature Reference CSV file**: This file provides information for parsing the antibody capture barcode information for each sample and assigning it to a sample. **You will need to acquire this information from the group preparing the libraries.** The following information is needed:
61
+
- Are the hashing antibodies from Biolegend? If so, then the parsing information can be found in the [documention](https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/feature-bc-analysis#feature-ref)
62
+
- What antibodies did you use and what are their barcodes?
63
+
- What are the corresponding samples?
64
+
65
+
Upon asking, the client returned the following, which was sufficient for proceeding:
To construct the feature reference file, the client's barcoding information needs to be provided in a specific format. The `feature_ref.csv` file should have the following columns:
78
+
- `id`: name for the output folder
79
+
- `name`: name for feature
80
+
- `read`: which read the antibody capture barcode is present within
81
+
- `pattern`: the pattern used to parse the barcode
82
+
- `sequence`: the barcode sequence for each sample
83
+
- `feature_type`: for cell hashing, this should be 'Antibody Capture'
0 commit comments