user@node002 scripts $ Rscript filter.transcripts.by.ncRNA.R -h
usage: usage: filter.transcripts.by.ncRNA.R [options]
options:
-i INPUTFILE, --inputfile=INPUTFILE
a BED12 file with transcripts [default /home/user/tx.db.bed]
-o OUTPUTPATH, --outputpath=OUTPUTPATH
/output/path/string to be used for output files [default "/home/user/projects/transcripts"]
-a ANNOTATION, --annotation=ANNOTATION
annotation BED12 file containing ncRNA locations [default /home/user/projects/
-h, --help
Show this help message and exit
I reach this post trying to find out about these statements from the methylkit manual:
ReplyDelete"# read-in transcript locations to be used in annotation
# IMPORTANT: annotation files that come with the package (version >=0.5) are a subset of full annotation files.
# Download appropriate annotation files from UCSC (or other sources) in BED format"
Would you please help me finding such files to use them in my analysis.
Thanks in advance