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
Hello,
I am trying to fetch the tissue annotation like "Vascular Hyper, Cellular, White Matter" from below:
object_gbm <- downloadSpataObject(sample_name = "UKF242T") getSampleMetaData(object_gbm)
But the only meta data I have is:
barcodes sample tissue_section <chr> <chr> <fct> 1 GACGACTTTCCAAGAA-1 UKF242T tissue_section_1 2 CCAGTGAGCTCCTTGT-1 UKF242T tissue_section_1
I guess something wrong with ``tissue_section'', it used to be the correct terms like White Matter?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am trying to fetch the tissue annotation like "Vascular Hyper, Cellular, White Matter" from below:
But the only meta data I have is:
I guess something wrong with ``tissue_section'', it used to be the correct terms like White Matter?
The text was updated successfully, but these errors were encountered: