0
Follow
2
View

tcga data variance analysis

dancetoy 注册会员
2023-02-28 19:36

Write based on Monster groups and GPT:
When the na.omit() function is used in R, it deletes rows containing missing values and returns a data box that does not contain missing values. In your code, you did not assign the result to a new object, so the original data box was changed and all lines were removed.

To avoid this, save the results in a new data box, for example:

allDiff_noNA <- na.omit(allDiff)


Then use allDiff_noNA to map the volcano.

cupidfang8 注册会员
2023-02-28 19:36
< div class = "md_content_show e397 data - v - 3967" = "" >

the problem has been solved, thank you very much