Description Usage Arguments Value Author(s) See Also
This function reshapes a list of segment data.frame
s (with chromosomal location and value) into a single data.frame
containing a column for each element of the list (typically samples) and a the minimal amount of regions in rows.
1 | parallelize(segTables, value = "logRatio", digits = 3, quiet = FALSE, chroms = NULL)
|
segTables |
An eventually named Can also be a single |
value |
Single character value, the column name from which extract values that will fill the output cells. |
digits |
Single integer value to be passed to |
quiet |
Single logical value, whether to throw diagnosis messages or not. |
chroms |
Character vector, the names of chromosomes to restrain the analysis on (frequently autosomes). If |
Returns a data.frame
with the following columns :
chrom |
Character, the chromosomal location of the region described. |
start |
Integer, the lower coordinate of the region described. |
end |
Integer, the upper coordinate of the region described. |
... |
For each element of |
Sylvain Mareschal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.