The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
PhenoSpectra is an R package designed for processing, analyzing, and visualizing spectral data collected from 3D laser-based scanning systems. This package supports data from various domains, including agriculture, forestry, environmental monitoring, industrial quality control, and biomedical research.
Bio.Rep
).To install the PhenoSpectra package directly from GitHub:
Ensure you have the devtools
package installed:
install.packages("devtools")
Install PhenoSpectra:
::install_github("bayer-int/PhenoSpectra") devtools
Below is an overview of the directory structure of the PhenoSpectra package:
reads()
<- reads(
merged_data directory = "Demo",
pattern = "input",
output_path = "Demo/processed_data.xlsx"
)
qaqcs()
<- qaqcs(
result file_path = "Demo/raw_data.xlsx",
output_path = "Demo/cleaned_data.xlsx",
handle_missing = "impute",
handle_outliers = "impute",
group_by_col = "treatment"
)
# Access the cleaned data and summary table
<- result$cleaned_data
cleaned_data <- result$summary_table summary_table
feature_selection()
<- feature_selection(
selected_features file_path = "Demo/cleaned_data.xlsx",
output_path = "Demo/selected_features.xlsx",
fdr_threshold = 0.01
)
# View the selected features
print(selected_features)
predict_SDS()
<- predict_SDS(
predicted_sds cleaned_data = cleaned_data,
sf_test = selected_features,
fixed_effects = c("Scan.date")
)
# View predictions
print(predicted_sds)
This project is licensed under the MIT License. See the
LICENSE
file for more details.
Dr. Medhat
Mahmoud,
Statistical
Scientist
Decision Pipeline
& Analytics
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.