Entering edit mode
memoly101
•
0
@memoly101-19491
Last seen 5.8 years ago
Hi everybody,
I have just started using featuercounts and am new to this. Would you please help me with the folowing:
>fls <- dir("/path/to/bam/files/", "bam$")
> fls
[1] "X_A.bam"
> props <- propmapped(files=fls)
Error in normalizePath(files, mustWork = T) :
path[1]="ENCFF064QSN.bam": No such file or directory
I can see that bam files are assigned but can't call them.
Thank you in advance, Memol
Thank you Gordon Smyth! I am going to try this. I really appreciate it!