問題タブ [statistical-test]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
16 参照

r - バルク RNA 配列決定データの分散をテストする方法を決定する際の問題

差次的発現有意性テストを行う必要があるバルク RNA シーケンス データがいくつかあります。WT と KO の 2 つの条件があり、それぞれ 2 つのレプリケートがあり、次のようなデータフレームが得られます (列はカウントです)。

私の質問は、データの火山プロットを作成できるように、各遺伝子の p 値を含む右側の列を取得するにはどうすればよいですか? 基本的に、その列を生成するにはどの統計テストを使用する必要があり、そのために R でどの関数を使用すればよいでしょうか? これが技術的にここで質問すべき質問ではない場合は申し訳ありませんが、率直に言って、他のどこに投稿すればよいかわかりませんでした。前もって感謝します!

0 投票する
0 に答える
44 参照

statistical-test - What statistical test should I use?

I have 2 groups data which I'm trying to compare.

Neither are normally distributed.

My dependant variable is weight in pounds. My independent variable is interaction with a mirror measured in number of visits to the mirror in a 10 minute period.

My sample size is 18.

I cannot, for the life of me, figure out what statistical test to do.

Thanks!