Description Usage Arguments Value
View source: R/dataProcessing.R
Parses a seg file with given chromosome-separated intervals and a discrete CN state. It will identify the number of states occupying 'state_frac' of the genome, where each interval is of at least 'min_frac' in size.
1 2 3 4 5 6 7 8 9 10 |
segf |
path to CN seg file |
segcol |
character: column name for discrete CN state |
start |
character: column name for interval start |
end |
character: column name for interval end |
state_frac |
numeric: minimal fraction of the genome occupied by CN states (default=0.90) |
min_frac |
numeric: minimum segment size in fractions (default=0.05) |
get_tt |
boolean: return a transition state probability matrix (in.dev) |
get_seg |
boolean: return the sef file parsed |
A one or two element list: 'state': integer number of states 'tt': transition matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.