alterationSummary {facopy} | R Documentation |
Summary of copy number calls in a facopyInfo
object, by alteration type and chromosome arm.
alterationSummary(fad, filename = NULL)
fad |
|
filename |
Optional. A character specifying the name of the file to which to output the alteration summary table. |
A data.frame
is always returned, and optionally written to a file.
A data.frame
with alteration frequencies by arm and alteration type.
David Mosen-Ansorena
data(myStudy) # load example study alterationSummary(myStudy)