Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Manipulating Genomic Data | Reproducible and Genomic-Style Analysis
/
R for Biologists and Bioinformatics
セクション 4.  2
single

single

bookChallenge: Manipulating Genomic Data

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

Write a function that takes a gene expression matrix, a vector of gene names, and a vector of sample names, and returns both the subsetted matrix and a vector of average expression values for each selected gene across the selected samples.

  • Subset the input matrix to include only the specified genes (rows) and samples (columns).
  • Calculate the average expression value for each selected gene across the selected samples.
  • Return a list containing the subsetted matrix and the vector of average expression values.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 4.  2
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt