Formatting multiple, incongruent variables in a single table

3 次查看(过去 30 天)
Hi,
I have a data table with 67 variables. The first two are categories (Patient number, and TimePoint), and the rest are gene names with relative quantities, corresponding to their adjacent Patient number and Timepoint categories. How do I break up this data so I can plot each timepoint vs gene for each patient and gene combination. Also, there are several timepoints that do not have any data.
Thank you.

回答(1 个)

Peter Perkins
Peter Perkins 2015-11-12
Benjamin, your description is light on details, but if "data table" means MATLAB's table data type, it's possible that you could use rowfun, grouping by patient, and applying a function that makes a plot.

类别

Help CenterFile Exchange 中查找有关 Bioinformatics Toolbox 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by