Make a S4/S3 object with my clinical data
1
0
Entering edit mode
13 months ago
Maria17 ▴ 40

Hello everyone,

Despite having several excel files containing my clinical data (age, tumor stage, TNM, sex, Hemolysis values), I find it difficult to analyze them separately, so I want to create an object similar to the Seurat object or any other S4, or S3 objects to access them more quickly and plot them more conveniently.

Still, I am not sure how I can do that. Due to the fact that my data is not RNA-seq data, but clinical data and qPCR data, I am unsure how to do this.

Any recommendations or solutions would be appreciated.

Thanks Maria

bioconductor seurat R • 496 views
ADD COMMENT
1
Entering edit mode
13 months ago
ATpoint 81k

Use a SummarizedExperiment. It's assay-agnostic so you can give any assay eith features/genes/observations as rows and samples at columns. Per-column annotations (such as clinical ones) are called colData, per-row annotations (like gene type) are called rowData.

https://bioconductor.org/packages/release/bioc/vignettes/SummarizedExperiment/inst/doc/SummarizedExperiment.html

Or a SingleCellExperiment. That's a SummarizedExperiment with additional slots to store dimensionality reductions such as PCA and UMAP.

ADD COMMENT

Login before adding your answer.

Traffic: 1926 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6