Skip to contents

Print attributes of mouse object

Usage

# S3 method for mouse
print(x, ...)

Arguments

x

mouse object

...

further arguments passed to or from other methods.

Examples

m <- mouse()
print(m)
#> $mouse_ID
#> [1] "set ID"
#> 
#> $sex
#> [1] "female"
#> 
#> $age
#> NULL
#> 
#> $genotype
#> NULL
#> 
#> $reporter
#> NULL
#> 
#> $strain
#> NULL
#> 
#> $experiment
#> NULL
#> 
#> $group
#> NULL
#> 
#> $drug
#> NULL
#> 
#> $cohort
#> NULL
#> 
#> $input_path
#> [1] "set input path"
#> 
#> $output_path
#> [1] "set output path"
#>