patient.plot {SparseSignatures}R Documentation

patient.plot

Description

Plot the counts for a patient.

Usage

patient.plot(countMatrix, patientName, xlabels = TRUE, freq = FALSE)

Arguments

countMatrix

count matrix as the one generated by the import.data function.

patientName

name of the patient. This should match a rowname of the countMatrix.

xlabels

boolean value; shall I display x labels?

freq

boolean value; shall I display rates instead of counts?

Value

A ggplot2 object

Examples

data(patients)
patient.plot(countMatrix=patients,patientName="PD18775a")


[Package SparseSignatures version 1.2.0 Index]