View source: R/get_fpbase_properties.R
get_fpbase_properties | R Documentation |
Gets properties of an FP from FPbase, including the maximal excitation wavelength and extinction coefficient. Optionally saves these as a CSV.
get_fpbase_properties(
slug,
verbose = TRUE,
save_file = FALSE,
outfolder = ".",
filename = "fp_properties.csv"
)
slug |
Name of FP, which is used to find the FP-relevant data lines in
the FPbase datasets. This argument is called |
verbose |
logical. Should the function print messages to allow the user to check its progress? Defaults to TRUE. |
save_file |
logical. Should the function save the output as a CSV file? Defaults to FALSE. |
outfolder |
path to folder where output files should be saved. Defaults to current working directory. |
filename |
How to name the output CSV file. Requires |
get_fpbase_properties("mcherry")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.