Description Usage Arguments Details Value
readCircs
loads a list of circRNA candidates into a data.table
.
Currently supported input formats are find_circ.py and find_circ2.py.
1 |
file |
Input file location, a character string such as
|
subs |
A character string, keep only lines containing it in the name column. |
qualfilter |
should quality filtering be performed? |
keepCols |
An integer vector. Which input columns should be returned? |
... |
other arguments |
Not intended to be used directly, but will stay exported for the time being.
If find_circ2.py is used, fifth column will be renamed to n_reads
(from n_frags
or counts
, depending on the find_circ2 release) for
backwards compatibility and old time's sake. Will rename "lin" to "norm" in
find_circ2 input name column for the same reason.
Expects <myproject>/fc2/circ_splice_sites.bed
as input, and assumes
the existence of <myproject>/fc2/lin_splice_sites.bed
.
A data table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.