Entering edit mode
6.5 years ago
Ali-Aslhashemi
•
0
Hello I don't import H3K4me3_chr16.bed data. The error that occur is object 'H3K4me3_chr16_bed_1_' not found I download this file and save it on my desktop.
This question is currently impossible to answer, you'll have to provide a lot more information.
I download the package "BayesPeak" and the files "Input_chr16.bed" and "H3K4me3_chr16.bed". But i don't now import or read these deta in R-studio.
You'll have to put the files in your working directory. Use
getwd()
in R to find your current working directory.Do yourself (and all of us) a favor and first spend some time following R tutorials. You'll benefit enormously from those in the long run.
Please go through Tutorial: How To Ask Good Questions On Technical And Scientific Forums
Put the path of the file in your code (btw. where is your code?).