Print attributes of mouse object
Usage
# S3 method for mouse
print(x, ...)
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"
#>