How do I add the metadata to my project based on the cell barcode? #1437
Unanswered
zahramesri
asked this question in
Questions / Documentation
Replies: 1 comment
-
The answer is, in fact, in the section you linked. You will have to manipulate the data in your excel file so that you can match the cell barcode with the corresponding |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I have created my ArchRProject() and now I would like to add my metadata (Patient number, treatment, etc.). These information have been provided to me based on the cell barcode in an excel. For example:
cell barcode = AAACGAAAGAAGCCTG.Pre_P012_t, ...
patient = P012, ...
sample = Pre_P012_t, ...
group = pre treatment, ...
Here is a sample of head(proj$cellNames)
"scATAC#TCTAGTTTCTACTTTG-4" "scATAC#TGCGTAACACAGCTTA-1"
How do I add the metadata to my project based on the cell barcode? I could not find my answer in "Adding data to an ArchRProject"
Any help would be appreciated.
Best,
Zahra
Beta Was this translation helpful? Give feedback.
All reactions