View source: R/readHeteroplasmyData.R
readHeteroplasmyData | R Documentation |
This function allows you to read mouse heteroplasmy data from external files. Use with caution (for now). Calling this function is equivalent to loading the already stored dataframe with heteroplasmy measurements (ie, mousedataHB,mousedataLE,mousedataFreyer).
readHeteroplasmyData(nameD = "HB")
nameD |
Either "HB" or "LE" or "Freyer" or "Broz". |
A dataframe containing mouse heteroplasmy data.
df1=readHeteroplasmyData(nameD="LE")
df2=readHeteroplasmyData(nameD="HB")
df3=readHeteroplasmyData(nameD="Freyer")
df4=readHeteroplasmyData(nameD="Broz")
# or equivalent
df1=mousedataLE
df2=mousedataHB
df3=mousedataFreyer
df4=mousedataBroz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.