Entering edit mode
5 weeks ago
nuorain
▴
30
Please refer the attached two pictures. I don't know why the Gene_Symbol column can't be found. Thank you very much.
Please refer the attached two pictures. I don't know why the Gene_Symbol column can't be found. Thank you very much.
Hi, Dunois,
Thank you for your comments. The output of names(data[[1]])
is [1] "ek.txt"
which is not the file I shared in my second picture. I guess I know the reason why there is an error in my scripts. Again thank you so much. Have a nice day!!!
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Please share the output of
names(data[[1]])
.Do not post screenshots of code. If you wish to show a large amount of code use a
GitHub gist
.Hi GenoMax, Thank you for your comments. But I don't know how to use Github gist. Could you please advise how to use Github gist? Thank you.
For smaller code chunks you can simply copy and paste the text. Then format it with mono-space font as
code
using the101010
button in edit window.For longer code example use
gist
: https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists