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.
댓글 수: 0
답변 (1개)
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Bioinformatics Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!